Subscript operators
Synopses
Declared in <absl/container/inlined_vector.h>
Returns a reference to the `i`th element of the inlined vector.
Overload of InlinedVector::operator that returns a const_reference to the `i`th element of the inlined vector.
Return Value
-
A
referenceto the `i`th element. -
A
const_referenceto the `i`th element.
Parameters
Name |
Description |
i |
The index of the element to access. |
Created with MrDocs