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

Method end

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

Source from the content-addressed store, hash-verified

61 Iterator begin() { return std::begin(table_); }
62
63 ConstIterator end() const { return std::end(table_); }
64
65 Iterator end() { return std::end(table_); }
66

Callers 1

GetIndexOfMaxValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected