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

Removes an element from the front of the queue. Effectively calls c.pop_front().

# Declarations

void pop();

# Return value

(none)

# See also