Namespaces
Variants

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

From cppreference.net
static constexpr rank_type rank_dynamic ( ) noexcept ;
(C++23부터)

mdspan 의 동적 차원 수를 반환합니다. return Extents :: rank_dynamic ( ) 와 동일합니다.

목차

매개변수

(없음)

반환값

동적 차원의 수.

예제

참고 항목

extents 의 동적 랭크를 반환합니다
( std::extents<IndexType,Extents...> 의 public static 멤버 함수)
[static]
mdspan 의 랭크를 반환합니다
(public static 멤버 함수)