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
処理系
- Clang: ??
- GCC: ??
- ICC: ??
- Visual C++: ??