pop

C++ Reference

pop
Syntax:
  #include <queue>
  void pop();

The function pop() removes the top element of the queue and discards it.

Related topics: