您要查找的是不是:
- The binary multiplication assignment operator. 二元乘法赋值运算符。
- This error can also occur if you attempt to perform arithmetic operations on the left hand side of an assignment operator, as in the following example. 如果您试图对赋值运算符的左边执行算术运算(如下面的示例中所示),也可能发生此错误。
- Environment variable name required to left of assignment operator. 赋值运算符左边要求有环境变量名。
- The copy constructor and destructor but no assignment operator. 定义了复制构造函数和析构函数但没有定义赋值操作符。
- You can set the value of a variable or parameter using the assignment operator. 您可以使用赋值运算符设置变量或参数的值。
- Operator is only the equality comparison operator, not the assignment operator. 运算符只是相等比较运算符,而不是赋值运算符。
- This class looks like our other handles, as does the assignment operator. 这个类看来与其他句柄类似,赋值操作符也类似。
- You cannot use assignment operators in the Command window. 不能在“命令”窗口中使用赋值运算符。
- Operator in the binary list is the comparison operator, not the assignment operator. 运算符是比较运算符,而不是赋值运算符。
- arithmetic assignment startement 算术赋值语句
- arithmetic assignment state ment 算术赋值语句
- A new expression node representing the assignment operation. 一个表示赋值操作的新表达式节点。
- In general, the left-hand side of an assignment operator always requires an lvalue. 一般地,赋值运算符的左边总是需要一个左值。
- As with the copy constructor, the compiler synthesizes an assignment operator if the class does not define its own. 与复制构造函数一样,如果类没有定义自己的赋值操作符,则编译器会合成一个。
- Classes that can use the synthesized copy constructor usually can use the synthesized assignment operator as well. 可以使用合成复制构造函数的类通常也可以使用合成赋值操作符。
- Like constructors, the assignment operator may be overloaded by specifying different types for the right-hand operand. 与构造函数一样,赋值操作符可以通过指定不同类型的右操作数而重载。
- Unlike the copy constructor or assignment operator, the compiler always synthesizes a destructor for us. 与复制构造函数或赋值操作符不同,编译器总是会为我们合成一个析构函数。
- This assignment operator implicitly performs widening but not narrowing conversions if the compilation environment enforces strict semantics. 如果编译环境强制使用严格的语义,则此赋值运算符将隐式地执行扩大转换而不是收缩转换。
- If the default copy constructor and assignment operator are acceptable, add a comment stating this to your class declaration. 如果默认的拷贝构造函数和付值操作符是可取的,在你的类生命中增加一条注释说明这些。
- The assignment operator cannot assign values when the collation of the right text operand has a different code page than the left text operand. 如果右边文本操作数的排序规则代码页与左边文本操作数的排序规则代码页不同,则不能为赋值运算符赋值。