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

Method volume

Examples/NoModules/Chapter 12/Ex12_03/Ex12_03.cpp:36–39  ·  view source on GitHub ↗

Member function definition

Source from the content-addressed store, hash-verified

34
35// Member function definition
36double Box::volume()
37{
38 return m_length * m_width * m_height;
39}

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected