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

Method getCurrentBox

Exercises/Modules/Chapter 12/Soln12_08/Truckload.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114SharedBox Truckload::Iterator::getCurrentBox() const
115{
116 return m_current ? m_current->m_box : nullptr;
117}
118
119void Truckload::addBox(SharedBox box)
120{

Callers 3

mainFunction · 0.45
findLargestBoxFunction · 0.45
findSmallestBoxFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected