Stack. More...
#include <stack.hpp>
Public Member Functions | |
stack () | |
constructor | |
void | push () |
push | |
void | pop () |
pop doesn't call destructor | |
const T & | top () const |
top | |
T & | top () |
top | |
bool | empty () const |
empty | |
std::size_t | size () const |
size | |
Stack.