static constexpr bool is_always_exhaustive() noexcept;
概要
型のExhaustive特性を取得する。
戻り値
rank_
が0
または1
のとき、true
を返す。static-padding-stride
またはlast-static-extent
のいずれもdynamic_extent
に等しくないとき、static-padding-stride == last-static-extent
を返す。- そうではないとき、
false
を返す。
例外
投げない
バージョン
言語
- C++26
処理系
- Clang: ??
- GCC: ??
- ICC: ??
- Visual C++: ??