Returns a reference to the `i`th element, with bounds checking.
Synopsis
Declared in <absl/types/span.h>
constexpr
reference
at(size_type i) const;
Return Value
A reference to the element at index i.
Parameters
Name |
Description |
i |
Index of the element to access. |
Created with MrDocs