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

File conceptsDefinition.cpp

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

Source from the content-addressed store, hash-verified

1// cmdline:-std=c++2a
2namespace ConceptsDefinition {
3 template<typename T>
4 concept C = true;

Callers

nothing calls this directly

Calls 1

TClass · 0.70

Tested by

no test coverage detected