您要查找的是不是:
- Conversion operators can be explicit or implicit. 转换运算符可以是explicit,也可以是implicit。
- The Conversion module contains the procedures used to perform various conversion operations. Conversion模块包含用于执行各种转换操作的过程。
- Obviously this affects conversion operations, but the effect ripples into the addition, subtraction, and comparison operations as well. 显然,这将影响货币的币值转换工作,同时会波及货币的加法、法以及比较运算。
- When selecting the viable functions, the compiler also determines which conversion operations, if any, are needed to match each parameter. 选择可行函数时,如果有转换操作,编译器还要确定需要哪个转换操作来匹配每个形参。
- Do not define conversion operators outside of a type's domain. 不要在类型域之外定义转换运算符。
- Is popped from the stack and the conversion operation is attempted. 然后尝试执行转换操作。
- The operator symbol is always CType Function for a type conversion operator. 类型转换运算符的符号总是CType函数。
- Class, and which is used to pass a string to the conversion operation. 类的类型表示,用于将字符串传递给转换操作。
- Do not provide an implicit conversion operator if the conversion is potentially lossy. 如果转换可能丢失信息,则不要提供隐式转换运算符。
- Ideally, customer research data should exist to support defining a conversion operator. 理想情况下,应存在客户研究数据,以支持定义转换运算符。
- Exception is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow. 在检查的上下文中执行的算术、强制转换或转换运算导致溢出时,会引发。
- This prevents the compiler from silently invoking the conversion operation with possibly unforeseen consequences. 这可以防止编译器无提示地调用可能产生无法预见后果的转换操作。
- Unlike implicit conversion, explicit conversion operators must be invoked by means of a cast. 与隐式转换不同,必须通过强制转换的方式来调用显式转换运算符。
- Implicit conversion operators do not require a type cast to be specified in source code to perform the conversion. 隐式转换运算符不需要在源代码中指定类型转换即可执行转换。
- Explicit conversion operators require a type cast be present in the source code to perform the conversion. 显式转换运算符则要求在源代码中指定类型转换才能执行转换。
- In particular, ambiguities are easy to generate if a class defines both conversion operators and overloaded operators. 尤其是,如果类既定义了转换操作符又定义了重载操作符,容易产生二义性。
- The expression is ambiguous because both a conversion operator and an overloaded version of + are defined. 因为既定义了转换操作符又定义了+的重载版本,该表达式具有二义性。
- The field of operations has been staked out. 军事演习的区域已经划定。
- An explicit conversion operator can be provided for lossy conversions. 对于有损转换,可以提供显式转换运算符。
- The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow. 在选中的上下文中所进行的算术运算、类型转换或转换操作导致溢出时引发的异常。