MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / conceptsConstraintAutoVariable.cpp

File conceptsConstraintAutoVariable.cpp

tests/conceptsConstraintAutoVariable.cpp:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// cmdline:-std=c++2a
2template<typename T>
3concept FWD = requires { T{}; T(); };
4

Callers

nothing calls this directly

Calls 1

TClass · 0.70

Tested by

no test coverage detected