Overload of InlinedVector::operator that returns a const_reference to the ith element of the inlined vector.
Declared in <absl/container/inlined_vector.h>
const_reference
operator[](size_type i) const;
A const_reference to the ith element.
| Name | Description |
|---|---|
| i | The index of the element to access. |