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.

Return Value

  • A reference to the `i`th element.

  • A const_reference to the `i`th element.

Parameters

Name

Description

i

The index of the element to access.

Created with MrDocs