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