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

Method Integer

Exercises/NoModules/Chapter 12/Soln12_02/Integer.h:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17{
18public:
19 Integer() = default; // Zero-arg constructor
20 Integer(int value); // Contructor with given value
21 Integer(const Integer& obj); // Copy constructor
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected