MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / begin

Method begin

include/util/dist_table_wrapper.hpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 ConstIterator begin() const { return std::begin(table_); }
60
61 Iterator begin() { return std::begin(table_); }
62

Callers 1

GetIndexOfMaxValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected