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

Function main

Behavioral/State/StateCodingExercise.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80} // namespace
81
82int main(int ac, char* av[])
83{
84 //::testing::GTEST_FLAG(catch_exceptions) = false;
85 testing::InitGoogleTest(&ac, av);
86 return RUN_ALL_TESTS();
87}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected