MCPcopy 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
30int main()
31{
32 [[maybe_unused]] auto pt = GetThePoint();
33
34 [[maybe_unused]] auto vectorOfPoints = GetVectorOfPoints();
35}
36#else
37int main()
38{

Callers

nothing calls this directly

Calls 2

GetThePointFunction · 0.85
GetVectorOfPointsFunction · 0.85

Tested by

no test coverage detected