[#absl-InlinedVector-operator_subs-0a] = xref:absl.adoc[absl]::xref:absl/InlinedVector.adoc[InlinedVector]::operator[] :relfileprefix: ../../ :mrdocs: Overload of `InlinedVector::operator` that returns a `const_reference` to the `i`th element of the inlined vector. == Synopsis Declared in `<absl/container/inlined_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/InlinedVector/const_reference.adoc[const_reference] operator[](xref:absl/InlinedVector/size_type.adoc[size_type] i) const; ---- == Return Value A `const_reference` to the `i`th element. == Parameters [cols="1,4"] |=== | Name| Description | *i* | The index of the element to access. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#