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

Method getIterator

Examples/Modules/Chapter 13/Ex13_10/Truckload.cpp:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48Truckload::Iterator Truckload::getIterator() const { return Iterator{ m_head }; }
49
50// Only thing we changed was adding "Iterator::" to the member's qualification
51SharedBox Truckload::Iterator::getFirstBox()

Callers 1

Truckload.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected