Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ getHeight
Method
getHeight
Examples/NoModules/Appendix A/ExA_13/Box.cpp:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
double Box::getLength() const { return m_length; }
9
double Box::getWidth() const { return m_width; }
10
double Box::getHeight() const { return m_height; }
11
12
double Box::volume() const
13
{
Callers
10
show
Function · 0.45
main
Function · 0.45
Box.cpp
File · 0.45
Box.cpp
File · 0.45
show
Function · 0.45
show
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected