std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>::empty

Check if the mdspan is empty.

# Declarations

constexpr bool empty() const noexcept;

(since C++23)

# Return value

true if the size of the multidimensional index space extents() is 0, otherwise false.

# Example

This section is incompleteReason: no example