- mdspan[meta header]
- function[meta id-type]
- std[meta namespace]
- layout_left_padded::mapping[meta class]
- cpp26[meta cpp]
constexpr bool is_exhaustive() const noexcept;レイアウトマッピングのExhaustive特性を取得する。
rank_が0または1のとき、trueを返す。- そうではないとき、
extents_.extent(0) == stride(1)を返す。
投げない
- C++26
- Clang: ??
- GCC: ??
- ICC: ??
- Visual C++: ??