C++中不能重载的运算符
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 .*