Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 986 Bytes

File metadata and controls

38 lines (27 loc) · 986 Bytes

is_always_exhaustive

  • mdspan[meta header]
  • function[meta id-type]
  • std[meta namespace]
  • layout_left_padded::mapping[meta class]
  • cpp26[meta cpp]
static constexpr bool is_always_exhaustive() noexcept;

概要

型のExhaustive特性を取得する。

戻り値

  • rank_0または1のとき、trueを返す。
  • static-padding-strideまたはfirst-static-extentのいずれもdynamic_extentに等しくないとき、static-padding-stride == first-static-extentを返す。
  • そうではないとき、falseを返す。

例外

投げない

バージョン

言語

  • C++26

処理系

参照