Return true if this deque contains no elements, and false otherwise.
Synopsis
Declared in <bslstl_deque.h>
bool
empty() const noexcept;
Return Value
true if this deque is empty, and false otherwise
Created with MrDocs
Return true if this deque contains no elements, and false otherwise.
Declared in <bslstl_deque.h>
bool
empty() const noexcept;
true if this deque is empty, and false otherwise
Created with MrDocs