std::queue<T,Container>::pop
Min standard notice:
Removes an element from the front of the queue. Effectively calls c.pop_front().
# Declarations
void pop();
# Return value
(none)
Removes an element from the front of the queue. Effectively calls c.pop_front().
void pop();
(none)