• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    function template
    <linalg>

    std::linalg::layout_transpose::mapping::operator==

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

    概要

    mappingの等値比較を行う。

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

    x.nested-mapping_ == y.nested-mapping_適格、かつ結果がboolに変換可能であること。

    戻り値

    x.nested-mapping_ == y.nested-mapping_

    バージョン

    言語

    • C++26

    処理系

    参照