Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ main
Function
main
08.11-designatedInitializers5/main.cpp:30–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
int main()
31
{
32
[[maybe_unused]] auto pt = GetThePoint();
33
34
[[maybe_unused]] auto vectorOfPoints = GetVectorOfPoints();
35
}
36
#else
37
int main()
38
{
Callers
nothing calls this directly
Calls
2
GetThePoint
Function · 0.85
GetVectorOfPoints
Function · 0.85
Tested by
no test coverage detected