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

Method GetTable

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

Source from the content-addressed store, hash-verified

70 }
71
72 std::vector<T> GetTable() const { return table_; }
73
74 private:
75 std::vector<T> table_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected