Syntax:
#include <queue> void pop();
The function pop() removes the top element of the priority queue and discards it.
Related Topics: push, top
Submit feedback about this site to: