Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ getWidth
Method
getWidth
Examples/NoModules/Chapter 14/Ex14_07B/Box.h:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
// Accessors
23
double getLength() const { return m_length; }
24
double getWidth() const { return m_width; }
25
double getHeight() const { return m_height; }
26
27
protected: // Protected to facilitate further examples
Callers
1
Box.h
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected