[#prevector-01-empty] = xref:prevector-01.adoc[prevector<36, unsigned char>]::empty :relfileprefix: ../ :mrdocs: Returns whether the container holds no elements. == Synopsis Declared in `<prevector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool empty() const; ---- == Return Value `true` if the container holds no elements. [.small]#Created with https://www.mrdocs.com[MrDocs]#