MCPcopy 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
21int 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

GetKeeperFunction · 0.70

Tested by

no test coverage detected