Returns a reference to the ith element of the inlined vector.
NOTE: if i is not within the required range of InlinedVector::at(...), in both debug and non-debug builds, std::out_of_range will be thrown.
A reference to the ith element.
| Name | Description |
|---|---|
| i | The index of the element to access. |