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

Function CloseToGood

04.06-downWithDebug0/main.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void CloseToGood()
26{
27 if constexpr(IsDebugEnabled()) {
28 std::cout << "Debugging is enabled\n";
29 }
30}
31
32int main()
33{

Callers 1

mainFunction · 0.85

Calls 1

IsDebugEnabledFunction · 0.85

Tested by

no test coverage detected