Return true if this queue object contains no elements, and false otherwise. In effect, performs return c.empty();.
true
queue
false
return c.empty();
Declared in <bslstl_queue.h>
<bslstl_queue.h>
bool empty() const;