• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

    最終更新日時(UTC):
    が更新

    履歴 編集

    function
    <mdspan>

    std::layout_right_padded::mapping::is_always_exhaustive

    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

    処理系

    参照