MCPcopy Create free account
hub / github.com/Apress/beginning-cpp20 / Can

Method Can

Examples/NoModules/Chapter 15/Ex15_11/Can.h:11–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9{
10public:
11 Can(double diameter, double height)
12 : m_diameter {diameter}, m_height {height} {}
13
14 double volume() const override
15 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected