在哪里可以找到运算符重载列表?

发布于 2024-09-26 17:18:54 字数 29 浏览 4 评论 0 原文

在哪里可以找到所有运算符重载的函数签名列表?

Where can one find a list of the function signatures for all operator overloads?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

妄断弥空 2024-10-03 17:18:54

ISO/IEC 14882:2003 §13.5,重载运算符

如果您没有文档的副本,它不如维基百科列表那么有用,但它的优点是具有权威性。

您还可以查阅C++0x的最新草案,N3126,§13.5,重载运算符。

ISO/IEC 14882:2003 §13.5, Overloaded Operators

It's not quite as useful as the Wikipedia list if you don't have a copy of the document, but it has the benefit of being authoritative.

You can also consult the latest draft of C++0x, N3126, §13.5, Overloaded Operators.

忘东忘西忘不掉你 2024-10-03 17:18:54

您可以在 cppreference 上找到它们,按操作员笼子划分:

我建议检查 中的规范实现运算符重载页面。

You can find them on cppreference, divided by operator cagetory:

I suggest to check the Canonical implementations in the operator overloading page.

萌逼全场 2024-10-03 17:18:54

书中:Bruce Eckel 所著的《Thinking in C++,第 2 版,第 1 卷》

您可以在线阅读。例如,您要查找的章节(第 12 章)可以在此处找到。

In the book: "Thinking in C++, 2nd ed. Volume 1" by Bruce Eckel

You can read it online. The chapter you are looking for (chapter 12), can be found here, for example.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文