Remove the highest-priority element from this priority queue.
Declared in <bslstl_priorityqueue.h>
void
pop();
Remove the top element from this priority_queue object that has the highest priority. In effect, performs c.pop_back();. The behavior is undefined if there is currently no elements in this object.