Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Test
Function
Test
tests/LambdaConstexprTest.cpp:1–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
void Test()
2
{
3
constexpr int Size = 3;
4
auto Lambda = [Size]{ int Dim[Size]; };
5
}
6
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected