stl:priority_queue:empty From C++ Reference previous page next page empty Syntax: #include <queue> bool empty() const; The empty() function returns true if the priority queue has no elements, false otherwise. Related Topics: size previous page start next page