Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getLength
Method · 0.45
getWidth
Method · 0.45
getHeight
Method · 0.45
Tested by
no test coverage detected