• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    class template
    <mdspan>

    std::submdspan_mapping_result

    namespace std {
      template<class LayoutMapping>
      struct submdspan_mapping_result {
        [[no_unique_address]] LayoutMapping mapping = LayoutMapping();
        size_t offset{};
      };
    }
    

    概要

    submdspan_mapping_resultは、多次元配列ビューmdspanからの部分ビューsubmdspan取り出しサポートのために定義するカスタマイゼーションポイントsubmdspan_mapping戻り値型である。

    適格要件

    LayoutMappingレイアウトマッピング要件を満たすこと。

    バージョン

    言語

    • C++26

    処理系

    関連項目

    参照