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