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
这是一个争论运算符重载的基本规则的相关答案。