mrdocs::ArrayView::data
Return a pointer to the underlying data.
Synopsis
Declared in <mrdocs/ADT/ArrayView.hpp>
constexpr
const_pointer
data() const noexcept;
Return Value
Pointer to the first element, or nullptr when empty.
Created with MrDocs