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