The SimpleCxxLib package


#include "stack.h"

This file exports the Stack class, which implements a collection that processes values in a last-in/first-out (LIFO) order.
Class
Stack<ValueType> This class models a linear structure called a stack in which values are added and removed only from one end.