Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.36 KB

File metadata and controls

49 lines (35 loc) · 1.36 KB

operator==

  • mdspan[meta header]
  • function template[meta id-type]
  • std[meta namespace]
  • layout_left_padded::mapping[meta class]
  • cpp26[meta cpp]
template<class LayoutLeftPaddedMapping>
friend constexpr bool operator==(
  const mapping& x, const LayoutLeftPaddedMapping& y) noexcept;

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

概要

mappingの等値比較を行う。

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

戻り値

例外

投げない

バージョン

言語

  • C++26

処理系

参照