Remove the highest‐priority element from this priority queue.

Synopsis

Declared in <bslstl_priorityqueue.h>

void
pop();

Description

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.

Created with MrDocs