最終更新日時(UTC): 2024年03月02日 15時10分46秒 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)