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

Method volume

Examples/Modules/Chapter 12/Ex12_02/Ex12_02.cpp:42–45  ·  view source on GitHub ↗

Member function definition

Source from the content-addressed store, hash-verified

40
41// Member function definition
42double Box::volume()
43{
44 return m_length * m_width * m_height;
45}

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected