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

Function Better

04.06-downWithDebug0/main.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void Better()
16{
17 if constexpr(DEBUG) { std::cout << "Debugging is enabled\n"; }
18}
19
20constexpr bool IsDebugEnabled()
21{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected