VecDeque::empty

Test whether the contents of this deque is empty.

Synopsis

Declared in <util/vecdeque.h>

bool
empty() const noexcept;

Return Value

true if the deque holds no elements.