SimpleCxxLib
package#include "stack.h"
Stack
class, which implements
a collection that processes values in a last-in/first-out (LIFO) order.
Class | |
This class models a linear structure called a stack in which values are added and removed only from one end. |