Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
void CloseToGood()
26
{
27
if constexpr(IsDebugEnabled()) {
28
std::cout <<
"Debugging is enabled\n"
;
29
}
30
}
31
32
int main()
33
{
Callers
1
main
Function · 0.85
Calls
1
IsDebugEnabled
Function · 0.85
Tested by
no test coverage detected