Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/design-patterns-in-modern-cpp
/ main
Function
main
Structural/Proxy/ProxyCodingExercise.cpp:86–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
} // namespace
85
86
int main(int ac, char* av[])
87
{
88
testing::InitGoogleTest(&ac, av);
89
return RUN_ALL_TESTS();
90
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected