Namespaces
Variants

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

From cppreference.net
constexpr index_type required_span_size ( ) const noexcept ;
(C++23以降)

マッピングに必要なサイズを返します。

return extents ( ) . fwd-prod-of-extents ( extents_type :: rank ( ) ) ; に相当します。

戻り値

マッピングに必要なサイズ。

関連項目

マッピングに必要なサイズを返す
( std::layout_left::mapping<Extents> の公開メンバ関数)
マッピングに必要なサイズを返す
( std::layout_stride::mapping<Extents> の公開メンバ関数)
多次元インデックス空間のサイズを返す
( std::mdspan<T,Extents,LayoutPolicy,AccessorPolicy> の公開メンバ関数)