Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
08.01-aggregateInit0/main.cpp:9–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
};
8
9
int main()
10
{
11
Aggregate ag{};
12
13
return ag.a + ag.b;
14
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected