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

Returns the number of dynamic dimensions in a mdspan. Equivalent to return Extents::rank_dynamic().

# Declarations

static constexpr rank_type rank_dynamic() noexcept;

(since C++23)

# Return value

The number of dynamic dimensions.

# Example

This section is incompleteReason: no example

# See also