mrdocs::ArrayView::length
Return the number of elements in the view.
Synopsis
Declared in <mrdocs/ADT/ArrayView.hpp>
constexpr
size_type
length() const noexcept;
Return Value
Element count.
Created with MrDocs
Return the number of elements in the view.
Declared in <mrdocs/ADT/ArrayView.hpp>
constexpr
size_type
length() const noexcept;
Element count.
Created with MrDocs