Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ Box
Method
Box
Examples/NoModules/Chapter 13/Ex13_08/Box.h:12–12 ·
view source on GitHub ↗
Constructors
Source
from the content-addressed store, hash-verified
10
public:
11
// Constructors
12
Box() = default;
13
Box(double l, double w, double h) : m_length{ l }, m_width{ w }, m_height{ h } {}
14
15
Box operator~() const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected