MCPcopy Index your code
hub / github.com/PyVRP/PyVRP / operator*

Method operator*

pyvrp/cpp/Route.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44Client Route::Iterator::operator*() const
45{
46 auto const &trips = route_->trips();
47 assert(trip_ < trips.size());
48 assert(idx_ < trips[trip_].size());
49
50 return trips[trip_][idx_];
51}
52
53Route::Iterator Route::Iterator::operator++(int)
54{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected