Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ f
Function
f
tests/conceptsTest.cpp:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
template<typename T>
68
requires (sizeof(T) > 1 && get_value<T>())
69
auto f(T t) {
70
return t.x;
71
}
72
}
73
74
Callers
7
conceptsTest.cpp
File · 0.70
FunctionWithRequiresForTemplateParametersAndReturn
Function · 0.70
FunctionWithRequiresForReturn
Function · 0.70
test
Class · 0.70
FunctionWithRequiresForReturn
Method · 0.70
FunctionWithRequiresForTemplateParametersAndReturn
Method · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected