mrdocs::ArrayView::cbegin
Return a const iterator to the first element.
Synopsis
Declared in <mrdocs/ADT/ArrayView.hpp>
constexpr
const_iterator
cbegin() const noexcept;
Return Value
Const iterator to the start of the view.
Created with MrDocs