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

Method Stack

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected