Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/CXXDefaultInitExprTest.cpp:16–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
};
15
16
int main()
17
{
18
Alloc<int, false> a;
19
Alloc<char, true> b;
20
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected