Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
void Better()
16
{
17
if constexpr(DEBUG) { std::cout <<
"Debugging is enabled\n"
; }
18
}
19
20
constexpr bool IsDebugEnabled()
21
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected