最終更新日時: 2024年03月03日 00時10分46秒 (JST) yoh が更新
履歴 編集
constexpr index_type stride(size_t r) const;
i番目次元のストライド幅を取得する。
i
is_strided() == trueかつr < 2
is_strided() == true
r < 2
nested-mapping_.stride(r == 0 ? 1 : 0)