Return true if this priority_queue object contains no elements, and false otherwise. In effect, performs return c.empty();.
Synopsis
Declared in <bslstl_priorityqueue.h>
bool
empty() const;
Return Value
true if this priority queue is empty, and false otherwise
Created with MrDocs