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

Method Box

Examples/NoModules/Chapter 13/Ex13_11/Box.h:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected