| std | ||||
(C++11) | ||||
(C++26) | ||||
(C++17) | ||||
(C++17) | ||||
(C++26) | ||||
(C++14) | ||||
(C++20) | ||||
(C++11) | ||||
(C++17) | ||||
(C++20) | ||||
(C++11) | ||||
std::rel_ops (deprecated in C++20) | ||||
(C++11) | ||||
| Macros | ||||
| Removed symbols(Zombie names) | ||||
| Exposition-only symbols |
There are no identifiers available from thestandard library in the namespacestd::rel_ops.
The namespace exists for automatic generation of comparison operators, and is deprecated in C++20 because ofthe three-way comparison operator.
(deprecated in C++20) | automatically generates comparison operators based on user-definedoperator== andoperator< (function template)[edit] |