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

Method getIterator

Exercises/NoModules/Chapter 13/Soln13_09/Truckload.cpp:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67Truckload::Iterator Truckload::getIterator() const { return Iterator{ m_head }; }
68
69// Only thing we changed was adding "Iterator::" to the member's qualification
70SharedBox Truckload::Iterator::getFirstBox()

Callers 1

Truckload.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected