First page Back Continue Last page Graphics
Overloading Restrictions
Cannot Overload the following:
- sizof // sizeof operator
- . // membership operator
- .* // pointer to member operator
- :: // scope resolution operator
- ?: // conditional operator
- typeid // An RTTI operator (run-time type // information)
- const_cast // A type cast operator
- dynamic_cast // A type cast operator
- reinterpret_cast // A type cast operator
- static_cast // A type cast operator