MCPcopy 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
16constexpr bool Fun()
17{
18 Log("%s\n", "hello");
19
20 return true;
21}
22
23int main() {}

Callers

nothing calls this directly

Calls 1

LogFunction · 0.70

Tested by

no test coverage detected