mrdocs::ArrayView::begin

Return an iterator to the first element.

Synopsis

Declared in <mrdocs/ADT/ArrayView.hpp>

constexpr
const_iterator
begin() const noexcept;

Return Value

Iterator to the start of the view.

Created with MrDocs