Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ getObjectCount
Method
getObjectCount
Examples/NoModules/Chapter 12/Ex12_14/Box.h:14–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
double volume() const { return m_length * m_width * m_height; }
13
14
size_t getObjectCount() const { return s_object_count; }
15
16
private:
17
double m_length {1.0};
Callers
3
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected