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.
Created with MrDocs
Test whether the contents of this deque is empty.
Declared in <util/vecdeque.h>
bool
empty() const noexcept;
true if the deque holds no elements.
Created with MrDocs