Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ getWidth
Method
getWidth
Examples/NoModules/Appendix A/ExA_13/Box.cpp:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
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
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