mrdocs::ArrayView::empty
Return true if the view contains no elements.
Synopsis
Declared in <mrdocs/ADT/ArrayView.hpp>
[[nodiscard]]
constexpr
bool
empty() const noexcept;
Return Value
true when size is zero, otherwise false.
|
The return value should not be discarded. |
Created with MrDocs