MCPcopy Create free account
hub / github.com/Apress/beginning-cpp20 / getIterator

Method getIterator

Exercises/NoModules/Chapter 20/Soln20_01/Truckload.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30Truckload::Iterator Truckload::getIterator() const { return Iterator{ m_boxes }; }
31
32// Only thing we changed was adding "Iterator::" to the member's qualification
33SharedBox Truckload::Iterator::getFirstBox()

Callers 1

Truckload.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected