at overloads
Declared in <absl/container/inlined_vector.h>
Returns a reference to the ith element of the inlined vector.
reference
at(size_type i);
» more...
Overload of InlinedVector::at(...) that returns a const_reference to the ith element of the inlined vector.
const_reference
at(size_type i) const;
» more...
reference to the ith element.const_reference to the ith element.| Name | Description |
|---|---|
| i | The index of the element to access. |