Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
namespace ConceptsDefinition {
3
template<typename T>
4
concept C = true;
Callers
nothing calls this directly
Calls
1
T
Class · 0.70
Tested by
no test coverage detected