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

Method getIterator

Exercises/Modules/Chapter 12/Soln12_07/Truckload.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75Truckload::Iterator Truckload::getIterator() const
76{
77 return Iterator{ m_head, m_tail };
78}
79
80SharedBox Truckload::Iterator::getFirstBox()
81{

Callers 2

findLargestBoxFunction · 0.45
findSmallestBoxFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected