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

Method getWidth

Exercises/NoModules/Chapter 17/Soln17_07/Box.h:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16 double getLength() const { return m_length; }
17 double getWidth() const { return m_width; }
18 double getHeight() const { return m_height; }
19
20private:

Callers 1

formatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected