bsl::queue::empty

Return true if this queue object contains no elements, and false otherwise. In effect, performs return c.empty();.

Synopsis

Declared in <bslstl_queue.h>

bool
empty() const;