MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / ConstantFun

Function ConstantFun

tests/ConstevalTest.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// cmdline:-std=c++20
2
3consteval bool ConstantFun()
4{
5 return true;
6}
7
8static_assert(ConstantFun());
9

Callers 1

ConstevalTest.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected