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

File Box.h

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

Source from the content-addressed store, hash-verified

1#ifndef BOX_H
2#define BOX_H
3
4#include <compare> // For std::partial_ordering (see Chapter 4)

Callers

nothing calls this directly

Calls 3

getLengthMethod · 0.45
getWidthMethod · 0.45
getHeightMethod · 0.45

Tested by

no test coverage detected