Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Fun
Method
Fun
tests/ConstevalTest.cpp:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
struct Test {
11
consteval bool Fun() { return true; }
12
};
13
14
static_assert(Test{}.Fun());
Callers
1
ConstevalTest.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected