Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/LambdaAsTemplateArgTest.cpp:8–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
7
8
int main()
9
{
10
int y = 2;
11
int z = 3;
12
auto l = [&](int x, int b) { return x + y + b; };
13
14
FunctionArgs<decltype(&decltype(l)::operator())> a;
15
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected