Return true if there are no items in this multi‐priority queue, and false otherwise.
Synopsis
Declared in <bdlcc_multipriorityqueue.h>
bool
isEmpty() const;
Return Value
true if this queue is empty, and false otherwise
Created with MrDocs