std::stack<T,Container>::pop
Min standard notice:
Removes the top element from the stack. Effectively calls c.pop_back().
# Declarations
void pop();
# Return value
(none)
Removes the top element from the stack. Effectively calls c.pop_back().
void pop();
(none)