Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
03.05-twoStepUsing1/main.cpp:29–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
int main()
30
{
31
Container c{};
32
33
Use(c);
34
35
OtherContainer oc{};
36
37
Use(oc);
38
}
Callers
nothing calls this directly
Calls
1
Use
Function · 0.70
Tested by
no test coverage detected