std::rel_ops 符号索引
<
cpp
|
symbol index
命名空间
std
::
rel_ops
中没有来自
标准库
的的标识符。
此命名空间为自动生成比较运算符而存在,并且因为
三路比较运算符
而在 C++20 中被弃用。
参阅
operator!=
operator>
operator<=
operator>=
(C++20 中弃用)
基于用户定义的
operator
==
和
operator
<
自动生成比较运算符
(函数模板)