Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ Fun
Function
Fun
12.06-logStatementInConstexpr0/main.cpp:16–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
constexpr bool Fun()
17
{
18
Log(
"%s\n"
,
"hello"
);
19
20
return true;
21
}
22
23
int main() {}
Callers
nothing calls this directly
Calls
1
Log
Function · 0.70
Tested by
no test coverage detected