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