[#absl-FixedArray-size] = xref:absl.adoc[absl]::xref:absl/FixedArray.adoc[FixedArray]::size :relfileprefix: ../../ :mrdocs: Returns the length of the fixed array. == Synopsis Declared in `<absl/container/fixed_array.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/FixedArray/size_type.adoc[size_type] size() const; ---- == Return Value The number of elements in the fixed array. [.small]#Created with https://www.mrdocs.com[MrDocs]#