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