absl::InlinedVector::operator[]

Returns a reference to the ith element of the inlined vector.

Synopsis

Declared in <absl/container/inlined_vector.h>

reference
operator[](size_type i);

Return Value

A reference to the ith element.

Parameters

NameDescription
iThe index of the element to access.