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
<
自動生成比較運算子
(函式模板)
[編輯]