Bounds‐checked access. Returns a reference to the ith element of the fixed array, or throws std::out_of_range.

Synopsis

Declared in <absl/container/fixed_array.h>

Return Value

A reference to the ith element.

Parameters

Name

Description

i

The index of the element to access.

Created with MrDocs