Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ WithParams
Function
WithParams
tests/LambdaWithStaticInvokerTest.cpp:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
};
18
19
void WithParams()
20
{
21
bool res = (6 == lWithParams(2, 3)); // 1
22
bool res2 = (7 == (+lWithParams)(2, 3)); // 2
23
}
24
25
auto glambda = [](auto a) { return a; };
26
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected