Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
consteval bool ConstantFun()
4
{
5
return true;
6
}
7
8
static_assert(ConstantFun());
9
Callers
1
ConstevalTest.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected