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

Method show

Exercises/Modules/Chapter 12/Soln12_01/Integer.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9void Integer::show() const
10{
11 std::cout << "Value is " << m_value << std::endl;
12}

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected