Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ getIterator
Method
getIterator
Exercises/Modules/Chapter 19/Soln19_05/Truckload.cpp:69–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
Truckload::Iterator Truckload::getIterator() const { return Iterator{ m_head }; }
70
71
// Only thing we changed was adding
"Iterator::"
to the member's qualification
72
SharedBox Truckload::Iterator::getFirstBox()
Callers
1
Truckload.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected