Reference
Constructors
| Constructs a stack that is empty or that is a copy of a base container object. | 
Typedefs
| A type that provides the base container to be adapted by a stack. | |
| An unsigned integer type that can represent the number of elements in a stack. | |
| A type that represents the type of object stored as an element in a stack. | 
Member Functions
| Tests if the stack is empty. | |
| Removes the element from the top of the stack. | |
| Adds an element to the top of the stack. | |
| Returns the number of elements in the stack. | |
| Returns a reference to an element at the top of the stack. |