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

Method show

Exercises/Modules/Chapter 12/Soln12_05/Integer.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void Integer::show() const
31{
32 std::cout << "Value is " << m_value << std::endl;
33}
34
35int Integer::compare(const Integer& obj) const
36{

Callers 3

showIntegerValFunction · 0.45
showIntegerRefFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected