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

Method getLength

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

Accessors

Source from the content-addressed store, hash-verified

18
19 // Accessors
20 double getLength() const { return m_length; }
21 double getWidth() const { return m_width; }
22 double getHeight() const { return m_height; }
23

Callers 1

Box.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected