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