[#absl-FixedArray-at-01] = xref:absl.adoc[absl]::xref:absl/FixedArray.adoc[FixedArray]::at :relfileprefix: ../../ :mrdocs: Bounds‐checked access. Returns a const reference to the ith element of the fixed array, or throws std::out_of_range. == Synopsis Declared in `<absl/container/fixed_array.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/FixedArray/const_reference.adoc[const_reference] at(xref:absl/FixedArray/size_type.adoc[size_type] i) const; ---- == Return Value A const reference to the ith element. == Parameters [cols="1,4"] |=== | Name| Description | *i* | The index of the element to access. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#