Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ volume
Method
volume
Examples/Modules/Chapter 12/Ex12_05A/Ex12_05A.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
double Box::volume()
61
{
62
return m_length * m_width * m_height;
63
}
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected