std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy>::size
Min standard notice:
Returns the number of elements in mdspan.
# Declarations
constexpr size_type size() const noexcept;
(since C++23)
# Return value
The number of elements.
# Example
This section is incompleteReason: no example