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_13A/Box.h:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
double getLength() const { return m_length; };
15
double getWidth() const { return m_width; };
16
double getHeight() const { return m_height; };
17
18
double volume() const;
19
Callers
1
Box.h
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected