Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ Box.cpp
File
Box.cpp
Examples/Modules/Chapter 13/Ex13_05/Box.cpp:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
module box;
2
3
import <format>;
4
import <algorithm>; // For the min() and max() function templates
Callers
nothing calls this directly
Calls
3
getLength
Method · 0.45
getWidth
Method · 0.45
getHeight
Method · 0.45
Tested by
no test coverage detected