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

Method volume

Examples/NoModules/Chapter 12/Ex12_06B/Box.h:18–18  ·  view source on GitHub ↗

Function to calculate the volume of a box

Source from the content-addressed store, hash-verified

16
17 // Function to calculate the volume of a box
18 double volume() { return m_length * m_width * m_height; }
19
20private:
21 double m_length{ 1.0 };

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected