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

Function main

03.06-twoStepUsing2/main.cpp:29–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29int main()
30{
31 Container c{};
32
33 Use(c);
34
35 OtherContainer oc{};
36
37 Use(oc);
38}
39
40#else
41

Callers

nothing calls this directly

Calls 1

UseFunction · 0.70

Tested by

no test coverage detected