Namespaces
Variants

std::layout_stride::mapping<Extents>:: strides

From cppreference.net
constexpr std:: array < index_type, rank_ > strides ( ) const noexcept ;
(C++23부터)

매핑의 스트라이드 배열을 반환합니다. 다음 코드와 동일합니다: return strides_ ; .

목차

매개변수

(없음)

반환값

스트라이드 배열

예제

참고 항목

지정된 차원을 따라 스트라이드를 얻음
(public member function)
지정된 차원을 따라 스트라이드를 얻음
( std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy> 의 public member function)