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

Method getWidth

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

Source from the content-addressed store, hash-verified

19 // Accessors
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

Callers 1

Box.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected