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