MCPcopy Create free account
hub / github.com/Apress/beginning-cpp20 / getHeight

Method getHeight

Exercises/NoModules/Chapter 13/Soln13_08/Box.h:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 double getLength() const { return m_length; }
21 double getWidth() const { return m_width; }
22 double getHeight() const { return m_height; }
23
24 // Functions that add full support for comparison operators
25 std::partial_ordering operator<=>(const Box& aBox) const;

Callers 1

Box.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected