重载运算符 meaning in English
overloaded operator
Examples
- The operator cannot be overloaded directly , but user - defined types can overload the
不能直接重载运算符,但用户定义的类型可重载 - C allows user - defined types to overload operators by defining static member functions using the
关键字定义静态成员函数来重载运算符。 - Jscript supports the use of overloaded operators , but not the declaration of new ones
Jscript支持使用重载运算符,但不支持进行新的声明。 - Consider providing methods with friendly names corresponding to each overloaded operator
考虑为每个重载运算符所对应的方法提供友好的名称。 - Replace the explicit declaration and usage of overloaded operators required in managed extensions for c such as
将c + +托管扩展中要求的显式声明和重载运算符用法(如