at overloads
Synopses
Declared in <absl/container/inlined_vector.h>
Returns a reference to the `i`th element of the inlined vector.
Overload of InlinedVector::at(...) that returns a const_reference to the `i`th element of the inlined vector.
const_reference
at(size_type i) const;
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