Namespaces
Variants

std::layout_right::mapping<Extents>:: stride

From cppreference.net
constexpr index_type required_span_size ( ) const noexcept ;
(C++23부터)

매핑에 필요한 크기를 반환합니다.

extents ( ) . fwd-prod-of-extents ( extents_type :: rank ( ) ) ; 를 반환하는 것과 동등합니다.

반환값

매핑의 필요 크기.

예제

참고 항목

매핑의 필요 크기를 반환합니다
( std::layout_left::mapping<Extents> 의 public 멤버 함수)
매핑의 필요 크기를 반환합니다
( std::layout_stride::mapping<Extents> 의 public 멤버 함수)
다차원 인덱스 공간의 크기를 반환합니다
( std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy> 의 public 멤버 함수)