• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    function
    <mdspan>

    std::layout_right_padded::mapping::required_span_size

    constexpr index_type required_span_size() const noexcept;
    

    概要

    メモリブロックに対する要素アクセス範囲を取得する。

    戻り値

    • 多次元インデクス空間extents_のサイズが0のとき、値0を返す。
    • そうではないとき、*this(((extents_(P_rank) - index_type(1))...)) + 1を返す。

    例外

    投げない

    バージョン

    言語

    • C++26

    処理系

    参照