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

File Stack.h

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

Source from the content-addressed store, hash-verified

1// Stack.h Templates to define stacks
2#ifndef STACK_H
3#define STACK_H
4#include <stdexcept>

Callers

nothing calls this directly

Calls 1

swapFunction · 0.70

Tested by

no test coverage detected