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_06/Box.h:30–30 ·
view source on GitHub ↗
Accessors
Source
from the content-addressed store, hash-verified
28
29
// Accessors
30
double getLength() const { return m_length; }
31
double getWidth() const { return m_width; }
32
double getHeight() const { return m_height; }
33
Callers
1
Box.h
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected