std::rel_ops 符号索引
来自cppreference.com
<
cpp
|
symbol index
C++
符号索引
std
std::chrono
(C++11)
std::execution
(C++17)
std::filesystem
(C++17)
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
<
的比较运算符
(函数模板)