[#bsl-vector-086-empty] = xref:bsl.adoc[bsl]::xref:bsl/vector-086.adoc[vector<VALUE_TYPE*, ALLOCATOR>]::empty :relfileprefix: ../../ :mrdocs: Return whether this vector contains no elements. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool empty() const noexcept; ---- == Return Value `true` if this vector is empty, and `false` otherwise [.small]#Created with https://www.mrdocs.com[MrDocs]#