• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    function template
    <mdspan>

    std::layout_right_padded::mapping::operator==

    template<class LayoutRightPaddedMapping>
    friend constexpr bool operator==(
      const mapping& x, const LayoutRightPaddedMapping& y) noexcept;
    
    //operator==により、以下のオーバーロードが使用可能になる        
    template<class LayoutRightPaddedMapping>
    friend constexpr bool operator!=(
      const mapping& x, const LayoutRightPaddedMapping& y) noexcept;
    

    概要

    mappingの等値比較を行う。

    テンプレートパラメータ制約

    戻り値

    例外

    投げない

    バージョン

    言語

    • C++26

    処理系

    参照