[#bsl-vectorBase-0bb-empty] = xref:bsl.adoc[bsl]::xref:bsl/vectorBase-0bb.adoc[vectorBase<void*>]::empty :relfileprefix: ../../ :mrdocs: Return `true` if this vector has size 0, and `false` otherwise. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool empty() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#