Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ setValue
Method
setValue
Exercises/NoModules/Chapter 12/Soln12_04/Integer.h:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
int getValue() const { return m_value; }
11
void setValue(int value) { m_value = value; }
12
13
void show() const;
14
Callers
4
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected