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.
Declared in <bslstl_priorityqueue.h>
void
pop();