最終更新日時:
が更新

履歴 編集

function template
<utility>

std::constant_wrapper::operator,(C++26)

template <constexpr-param L, constexpr-param R>
friend constexpr auto operator,(L x, R y) noexcept = delete;

概要

constant_wrapperに対するカンマ演算子はdelete定義されている。

備考

  • カンマ演算子の誤用を防ぐためにdelete定義されている。

バージョン

言語

  • C++26

処理系

関連項目

参照