Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
int main()
51
{
52
auto* c = CreateCar(1);
53
54
auto f = FastestCar();
55
}
Callers
nothing calls this directly
Calls
2
CreateCar
Function · 0.70
FastestCar
Function · 0.70
Tested by
no test coverage detected