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

Method Box

Examples/NoModules/Chapter 12/Ex12_18/Box.h:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8{
9public:
10 Box() = default;
11 Box(double length, double width, double height)
12 : m_length{length}, m_width{width}, m_height{height} {};
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected