Create an empty priority queue.
Synopsis
Declared in <bslstl_priorityqueue.h>
priority_queue();
Description
Create an empty priority queue, adapting a default‐constructed container of the (template parameter) type CONTAINER. Use a default‐constructed comparator of the (template parameter) type COMPARATOR to order elements in the priority queue.
Created with MrDocs