cppreference.com
创建账户
登录
命名空间
页面
讨论
变体
视图
视图
编辑
历史
操作
std::rel_ops 符号索引
来自 cppreference.com
<
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
<
自动生成比较运算符
(函数模板)
[编辑]