constexpr index_type stride(size_t r) const;
概要
i
番目次元のストライド幅を取得する。
事前条件
is_strided() == true
かつr < 2
戻り値
nested-mapping_.stride(r == 0 ? 1 : 0)
バージョン
言語
- C++26
処理系
- Clang: ??
- GCC: ??
- ICC: ??
- Visual C++: ??
constexpr index_type stride(size_t r) const;
i
番目次元のストライド幅を取得する。
is_strided() == true
かつr < 2
nested-mapping_.stride(r == 0 ? 1 : 0)