Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ listBox
Method
listBox
Examples/NoModules/Chapter 12/Ex12_18/Box.h:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void listBox() const
27
{
28
std::cout << std::format(
"Box({:.1f},{:.1f},{:.1f})"
, m_length, m_width, m_height);
29
}
30
31
private:
32
double m_length {1.0};
Callers
2
listBoxes
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected