MCPcopy Create free account
hub / github.com/comaps/comaps / Sort

Method Sort

generator/feature_helpers.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void CalculateMidPoints::Sort()
59{
60 std::sort(m_vec.begin(), m_vec.end(), base::LessBy(&CellAndOffset::first));
61}
62} // namespace feature

Callers 3

BuildTransitFunction · 0.45
GenerateFinalFeaturesFunction · 0.45
ProcessGraphFunction · 0.45

Calls 3

LessByFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected