是否还有其他可以使用全局命名空间范围解析运算符访问的关键字?

发布于 2024-09-11 10:07:39 字数 77 浏览 5 评论 0原文

全局的new和delete可以像平常一样使用,但你也可以在它们前面加上::运算符,它的工作原理是一样的。 还有其他关键字具有相同的行为吗?

The global new and delete can be used like normal, but you can also prefix the :: operator to them and it will work the same.
Are there any other keywords that have this same behaviour?

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

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

发布评论

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

评论(1

清醇 2024-09-18 10:07:39

是的,您还可以设置 operator 关键字的范围,例如 ::operator+(a, b)

我相信 newdeleteoperator 是标准 C++ 中唯一允许这样做的。

Yes, you can also scope operator keyword, like ::operator+(a, b).

I believe new, delete and operator are the only ones in standard C++ that allow this.

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