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