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

Method Box

Examples/NoModules/Appendix A/ExA_13A/Box.h:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8{
9public:
10 Box() = default; // In-class definition, and thus implicitly inline
11 Box(double length, double width, double height);
12
13 // In-class member definitions are implicitly inline

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected