• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    variable
    <mdspan>

    is-mapping-of

    template<class Layout, class Mapping>
    constexpr bool is-mapping-of =  // exposition only
      is_same_v<typename Layout::template mapping<typename Mapping::extents_type>, Mapping>;
    

    概要

    is-mapping-ofは、MappingLayoutレイアウトマッピングか否かを判定する説明専用変数テンプレートである。

    バージョン

    言語

    • C++23

    関連項目

    参照