[#absl-FixedArray-max_size] = xref:absl.adoc[absl]::xref:absl/FixedArray.adoc[FixedArray]::max_size :relfileprefix: ../../ :mrdocs: Returns the largest possible value of `std::distance(begin(), end())` for a `FixedArray<T>`. This is equivalent to the most possible addressable bytes over the number of bytes taken by T. == Synopsis Declared in `<absl/container/fixed_array.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/FixedArray/size_type.adoc[size_type] max_size() const; ---- == Return Value The maximum number of elements the fixed array can address. [.small]#Created with https://www.mrdocs.com[MrDocs]#