Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ conceptsTest.cpp
File
conceptsTest.cpp
tests/conceptsTest.cpp:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// cmdline:-std=c++2a
2
template<typename T>
3
concept C = requires(T t) { f(t); };
4
Callers
nothing calls this directly
Calls
2
f
Function · 0.70
T
Class · 0.70
Tested by
no test coverage detected