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