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

File Box.cpp

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

Source from the content-addressed store, hash-verified

1#include "Box.h"
2
3#include <format>
4#include <cmath> // 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