Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
のドキュメントを見ているとstd::map、(マップ間の) 辞書式比較演算子がメンバー関数としてカウントされていないことに気付きました。他のいくつかのコンテナー(ベクター、リストなど)をチェックしたところ、同じ状況が見られました。その理由はありますか?これらの演算子は、コンテナー クラス内でオーバーロードされていませんか?
std::map
これは、演算子のオーバーロードの基本的なルールを主張する関連する回答です。