std::layout_right::mapping<Extents>::stride
From cppreference.com
< cpp | container | mdspan | layout right | mapping
| constexpr index_type required_span_size() const noexcept; |
(C++23から) | |
マッピングに必要なサイズを返します。
return 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 メンバ関数) |