[#bsl-vectorBase-08-empty] = xref:bsl.adoc[bsl]::xref:bsl/vectorBase-08.adoc[vectorBase<unsigned int>]::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]#