Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ getCurrentBox
Method
getCurrentBox
Exercises/Modules/Chapter 12/Soln12_08/Truckload.cpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
SharedBox Truckload::Iterator::getCurrentBox() const
115
{
116
return m_current ? m_current->m_box : nullptr;
117
}
118
119
void Truckload::addBox(SharedBox box)
120
{
Callers
3
main
Function · 0.45
findLargestBox
Function · 0.45
findSmallestBox
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected