Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ FunctionWithRequiresForReturn
Function
FunctionWithRequiresForReturn
tests/conceptsTest.cpp:19–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
template<typename T>
19
constexpr bool FunctionWithRequiresForReturn() requires requires(T t) { f(t); } { return true; }
20
21
struct test
22
{
Callers
nothing calls this directly
Calls
1
f
Function · 0.70
Tested by
no test coverage detected