MCPcopy 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

1module box;
2
3import <format>;
4import <algorithm>; // For the min() and max() function templates

Callers

nothing calls this directly

Calls 3

getLengthMethod · 0.45
getWidthMethod · 0.45
getHeightMethod · 0.45

Tested by

no test coverage detected