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

Method Box

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

Source from the content-addressed store, hash-verified

5{
6public:
7 Box() = default;
8 Box(double length, double width, double height)
9 : m_length{length}, m_width{width}, m_height{height} {};
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected