std::stack<T,Container>::pop

Removes the top element from the stack. Effectively calls c.pop_back().

# Declarations

void pop();

# Return value

(none)

# See also