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

Method Stack

Examples/NoModules/Chapter 17/Ex17_04/Stack.h:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8{
9public:
10 Stack() = default; // Default constructor
11 ~Stack(); // Destructor
12
13 Stack(const Stack & stack); // Copy constructor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected