MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / main

Function main

11.04-rangeBasedForLoopWithTemporary0/main.cpp:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23int main()
24{
25 // #D Use the result of GetKeeper and return over items
26 for(auto& item : GetKeeper().items()) {
27 std::cout << item << '\n';
28 }
29}
30#else
31int main()
32{

Callers

nothing calls this directly

Calls 1

GetKeeperFunction · 0.70

Tested by

no test coverage detected