您的位置:首页 > 编程语言 > C语言/C++

C++中不能重载的运算符

2009-10-17 01:37 323 查看
C++中不能重载的运算符:

The scope resolution operator ::

The conditional operator ?:

The direct member selection operator                         .

The size-of operator                                                    sizeof

The de-reference pointer to class member operator .*
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: