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

Method Box

Examples/NoModules/Chapter 14/Ex14_01/Box.h:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected