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

Method getLength

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

Accessors

Source from the content-addressed store, hash-verified

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

Callers 1

Box.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected