Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/EduLifeTimeTest12.cpp:8–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
struct S { int mi; const std::pair<int,int>& mp; };
7
8
int main()
9
{
10
S a { 1, {2,3} };
11
S* p = new S{ 1, {2,3} };
12
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected