您要查找的是不是:
- The binary multiplication assignment operator. 二元乘法赋值运算符。
- Environment variable name required to left of assignment operator. 赋值运算符左边要求有环境变量名。
- The copy constructor and destructor but no assignment operator. 定义了复制构造函数和析构函数但没有定义赋值操作符。
- The assignment operator cannot assign values when the collation of the right text operand has a different code page than the left text operand. 如果右边文本操作数的排序规则代码页与左边文本操作数的排序规则代码页不同,则不能为赋值运算符赋值。
- If the derived class defines its own copy constructor or assignment operator, then the class is responsible for copying (assigning) all the base class subparts. 如果派生类定义了自己的复制构造函数或赋值操作符,则类负责复制(赋值)所有的基类子部分。
- 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. 这个类看来与其他句柄类似,赋值操作符也类似。
- Don't assign operations to classes without exploring use cases and sequence diagrams. 在没有对用例和时序图进行研究以前不要急于将操作分配给类;
- You cannot use assignment operators in the Command window. 不能在“命令”窗口中使用赋值运算符。
- A new expression node representing the assignment operation. 一个表示赋值操作的新表达式节点。
- Describes statements that carry out assignment operations, which assign the value on the right side of the operator to the variable on the left side. 描述执行赋值操作的语句,该语句将运算符右侧的值指派给左侧的变量。
- Operator in the binary list is the comparison operator, not the assignment operator. 运算符是比较运算符,而不是赋值运算符。
- 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. 与复制构造函数一样,如果类没有定义自己的赋值操作符,则编译器会合成一个。
- The act of assigning absolute addresses to a program. 将绝对地址分配给某个程序的操作过程。
- Classes that can use the synthesized copy constructor usually can use the synthesized assignment operator as well. 可以使用合成复制构造函数的类通常也可以使用合成赋值操作符。
- Do you hope to be assign to work in country? 你希望分配到农村工作吗?
- The synthesized assignment operator memberwise assigns the right-hand operand to the left. 合成赋值操作符将右操作数逐个成员地赋值给左操作数。
- Like constructors, the assignment operator may be overloaded by specifying different types for the right-hand operand. 与构造函数一样,赋值操作符可以通过指定不同类型的右操作数而重载。
