MCPcopy Index your code
hub / github.com/PyVRP/PyVRP / end

Method end

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

Source from the content-addressed store, hash-verified

369Route::Iterator Route::begin() const { return Iterator(*this, 0); }
370
371Route::Iterator Route::end() const { return Iterator(*this, size()); }
372
373Route::Trips const &Route::trips() const { return trips_; }
374

Callers 2

sizeMethod · 0.45
hasExcessLoadMethod · 0.45

Calls 1

IteratorClass · 0.70

Tested by

no test coverage detected