Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ getHeight
Method
getHeight
Examples/NoModules/Chapter 13/Ex13_04/Box.h:20–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
double getLength() const { return m_length; }
19
double getWidth() const { return m_width; }
20
double getHeight() const { return m_height; }
21
22
std::partial_ordering operator<=>(const Box& otherBox) const
23
{
Callers
1
Box.h
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected