mrdocs::ArrayView::at
Access the element at the specified index with bounds checking.
Synopsis
Declared in <mrdocs/ADT/ArrayView.hpp>
constexpr
const_reference
at(size_type i) const;
Parameters
Name |
Description |
i |
Zero‐based index. |
Created with MrDocs