[#absl-FixedArray-empty] = xref:absl.adoc[absl]::xref:absl/FixedArray.adoc[FixedArray]::empty :relfileprefix: ../../ :mrdocs: Returns whether or not the fixed array is empty. == Synopsis Declared in `<absl/container/fixed_array.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool empty() const; ---- == Return Value `true` if the fixed array contains no elements. [.small]#Created with https://www.mrdocs.com[MrDocs]#