Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 814 Bytes

File metadata and controls

36 lines (26 loc) · 814 Bytes

is_exhaustive

  • 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

処理系

参照