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

File Stack.h

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

Source from the content-addressed store, hash-verified

1// Stack.h Templates to define stacks
2// (with improvement suggested in the "A Better Stack" section)
3#ifndef STACK_H
4#define STACK_H

Callers

nothing calls this directly

Calls 1

swapFunction · 0.70

Tested by

no test coverage detected