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

Method foo

tests/conceptsTest.cpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22{
23 template<typename T>
24 constexpr bool foo() { return false; }
25
26 template<typename T>
27 requires (f(T()), true)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected