mrdocs::ArrayView::front
Return a reference to the first element.
Synopsis
Declared in <mrdocs/ADT/ArrayView.hpp>
constexpr
const_reference
front() const;
Return Value
a reference to the first element.
Created with MrDocs