Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ speed
Method
speed
12.10-constexprAllocation0/main.cpp:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
};
16
struct Tesla : Car {
17
int speed() const override { return 9; }
18
};
19
20
// #C A factory function to create a car
Callers
1
FastestCar
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected