Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ WithParamsAndNTTP
Function
WithParamsAndNTTP
tests/LambdaWithStaticInvokerTest.cpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
};
37
38
void WithParamsAndNTTP()
39
{
40
int res = lWithParamsAndNTTP.operator()<1, 0>(2, 3);
41
int (*fp)(int, int) = lWithParamsAndNTTP;
42
}
43
44
int main()
45
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected