Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/p0428Test.cpp:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
auto l = []<class T>(T t, int i) { return i; };
4
5
int main()
6
{
7
return l(3,4) == 4;
8
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected