Returns a reference to the `i`th element of the inlined vector.
Synopsis
Declared in <absl/container/inlined_vector.h>
reference
operator[](size_type i);
Return Value
A reference to the `i`th element.
Parameters
Name |
Description |
i |
The index of the element to access. |
Created with MrDocs