- utility[meta header]
- std[meta namespace]
- constant_wrapper[meta class]
- function template[meta id-type]
- cpp26[meta cpp]
template <constexpr-param L, constexpr-param R>
friend constexpr auto operator,(L x, R y) noexcept = delete;constant_wrapperに対するカンマ演算子はdelete定義されている。
- カンマ演算子の誤用を防ぐために
delete定義されている。
- C++26
- Clang: 23 [mark verified]
- GCC: 16.1 [mark verified]
- Visual C++: 2026 Update 2 [mark noimpl]