Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
Truckload::Iterator Truckload::getIterator() const
76
{
77
return Iterator{ m_head, m_tail };
78
}
79
80
SharedBox Truckload::Iterator::getFirstBox()
81
{
Callers
2
findLargestBox
Function · 0.45
findSmallestBox
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected