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

Method getWidth

Examples/NoModules/Chapter 13/Ex13_03/Box.h:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 // Accessors
16 double getLength() const { return m_length; }
17 double getWidth() const { return m_width; }
18 double getHeight() const { return m_height; }
19
20 std::partial_ordering operator<=>(const Box& otherBox) const

Callers 1

showFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected