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

Method getIterator

Exercises/NoModules/Chapter 12/Soln12_06/Truckload.cpp:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61Truckload::Iterator Truckload::getIterator() const { return Iterator{ m_head }; }
62
63// Only thing we changed was adding "Iterator::" to the member's qualification
64SharedBox Truckload::Iterator::getFirstBox()

Callers 2

findLargestBoxFunction · 0.45
findSmallestBoxFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected