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

Method Carton

Examples/NoModules/Chapter 14/Ex14_04A/Carton.h:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10{
11public:
12 Carton() = default;
13
14 Carton(double side, std::string_view material) : Box{side}, m_material{material}
15 { std::cout << "Carton(double,string_view) called.\n"; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected