MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / main

Function main

12.10-constexprAllocation0/main.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50int main()
51{
52 auto* c = CreateCar(1);
53
54 auto f = FastestCar();
55}

Callers

nothing calls this directly

Calls 2

CreateCarFunction · 0.70
FastestCarFunction · 0.70

Tested by

no test coverage detected