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

Method IterT

libs/map/routing_manager.cpp:1337–1337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1335
1336 public:
1337 IterT(DistanceAltitude const & da, bool isBeg) : m_da(da) { m_ind = isBeg ? 0 : m_da.GetSize(); }
1338
1339 IterT(IterT const & rhs) = default;
1340 IterT & operator=(IterT const & rhs)

Callers

nothing calls this directly

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected