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

Method speed

12.14-constexprAllocation2/main.cpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16};
17struct Toyota : Car {
18 constexpr int speed() const override { return 6; }
19};
20struct Tesla : Car {
21 constexpr int speed() const override { return 9; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected