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>
const_reference
operator[](size_type i) const;
Return Value
A const_reference to the `i`th element.
Parameters
Name |
Description |
i |
The index of the element to access. |
Created with MrDocs