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

Method getHeight

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

Source from the content-addressed store, hash-verified

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

Callers 1

formatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected