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

Method Box

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

Constructors

Source from the content-addressed store, hash-verified

6public:
7 // Constructors
8 Box() = default;
9 Box(double length, double width, double height);
10
11 double volume(); // Function to calculate the volume of a box

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected