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_05/Ex12_05.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
double Box::volume()
42
{
43
return m_length * m_width * m_height;
44
}
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected