pop
From C/C++ Reference
pop
Syntax:
#include <queue> void pop();
The function pop() removes the first element of the queue and discards it.
Related topics:
From C/C++ Reference
#include <queue> void pop();
The function pop() removes the first element of the queue and discards it.