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