MCPcopy 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
10struct Test {
11 consteval bool Fun() { return true; }
12};
13
14static_assert(Test{}.Fun());

Callers 1

ConstevalTest.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected