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

Function FunctionWithRequiresForReturn

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

Source from the content-addressed store, hash-verified

17
18template<typename T>
19constexpr bool FunctionWithRequiresForReturn() requires requires(T t) { f(t); } { return true; }
20
21struct test
22{

Callers

nothing calls this directly

Calls 1

fFunction · 0.70

Tested by

no test coverage detected