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

File Box.cpp

Examples/Modules/Chapter 13/Ex13_06/Box.cpp:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1module;
2#include <cmath> // For the min() and max() function templates
3module box;
4

Callers

nothing calls this directly

Calls 3

getLengthMethod · 0.45
getWidthMethod · 0.45
getHeightMethod · 0.45

Tested by

no test coverage detected