constexpr bool is_exhaustive() const noexcept;
概要
レイアウトマッピングのExhaustive特性を取得する。
戻り値
rank_
が0
または1
のとき、true
を返す。- そうではないとき、
extents_.extent(0) == stride(1)
を返す。
例外
投げない
バージョン
言語
- C++26
処理系
- Clang: ??
- GCC: ??
- ICC: ??
- Visual C++: ??
constexpr bool is_exhaustive() const noexcept;
レイアウトマッピングのExhaustive特性を取得する。
rank_
が0
または1
のとき、true
を返す。extents_.extent(0) == stride(1)
を返す。投げない