Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
11.05-rangeBasedForLoopWithTemporary1/main.cpp:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
int main()
22
{
23
for(auto&& items = GetKeeper(); auto& item : items.items()) {
24
std::cout << item <<
'\n'
;
25
}
26
}
Callers
nothing calls this directly
Calls
1
GetKeeper
Function · 0.70
Tested by
no test coverage detected