MCPcopy Create free account
hub / github.com/Apress/design-patterns-in-modern-cpp / main

Function main

Structural/Adapter/AdapterCodingExercise.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67int main(int ac, char* av[])
68{
69 testing::InitGoogleTest(&ac, av);
70 return RUN_ALL_TESTS();
71}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected