cppreference.cn
创建账户
登录
命名空间
页面
讨论
变体
视图
查看
编辑
历史
操作
std::rel_ops 符号索引
来自 cppreference.cn
<
cpp
|
符号索引
C++
符号索引
std
std::chrono
(C++11)
std::execution
(C++17)
std::filesystem
(C++17)
std::linalg
(C++26)
std::literals
(C++14)
std::numbers
(C++20)
std::placeholders
(C++11)
std::pmr
(C++17)
std::ranges
(C++20)
std::regex_constants
(C++11)
std::rel_ops
(C++20 中已弃用)
std::this_thread
(C++11)
宏
已移除符号
(僵尸名称)
仅用于展示的符号
[编辑]
命名空间
std
::
rel_ops
的
标准库
中没有可用的标识符。
此命名空间的存在是为了自动生成比较运算符,并且由于
三路比较运算符
,已在 C++20 中弃用。
[
编辑
]
参见
operator!=
operator>
operator<=
operator>=
(C++20 中已弃用)
基于用户定义的
operator
==
和
operator
<
自动生成比较运算符
(函数模板)
[编辑]