All assignment operators return the value that is assigned to the left operand.
所有的赋值运算符都返回赋给左操作数的值。
All assignment operators return the value that is assigned to the left operand.
所有指派运算子传回的值,都是指派给左运算元的值。
Danger with virtual base move assignment operators when they are now allowed to be used?
虚拟库移动赋值操作符的危险时,可以用吗?
You'll find arithmetic operators, binary operators, assignment operators, and pointer dereferencing.
您还可以找到算术操作符、二进制操作符、赋值操作符和指针废弃。
Objects don't need copy-constructors or assignment operators to be stored in intrusive containers.
对象不需要复制构造函数或赋值操作符来保存到介入式容器中。
The first for loop in AlignAssignments() determines the column in which the assignment operators should be aligned.
AlignAssignments()中的第一个for循环判断其中的赋值运算符应当对齐的列。
Once the for loop has iterated all the lines, any assignment operators within them will now be aligned correctly.
当for循环遍历了所有行之后,这些行中的赋值运算符将被正确对齐。
Additional assignment operators that differ by the type of the right-hand operand can be defined for a class type.
可以为一个类定义许多附加的赋值操作符,这些赋值操作符会因右操作符类型不同而不同。
On all compound assignment operators, overloading the binary operator implicitly overloads the equivalent compound assignment.
在所有复合指派运算子上,多载二元运算子即隐含多载对等的复合指派。
They do not contain constructors, copy assignment operators, destructors, or non-static data members that are not themselves PODS.
这些资料结构不包含建构函式、复制指派运算子,或本身不是PODS的非静态资料成员。
Once all the lines have been processed, the buffer will have been completely updated and all the relevant assignment operators aligned to a suitable column.
当所有行处理完成之后,将完全更新缓存,并且所有相关的赋值操作符都对齐到一个合适的列。
The pattern in ASSIGN_OP matches any of the standard assignment operators: =, +=, -=, *=, etc. but carefully avoids matching other operators that contain =, such as == and =~.
ASSIGN_OP 中的模式匹配任何标准的赋值运算符:=、+=、-=、*=,等等,但是注意不要匹配其他包含 = 的运算符,比如 == 和 =~。
Operators allow you to perform arithmetic, comparison, concatenation, or assignment of values.
使用运算符可以执行算术、比较、串联或赋值操作。
Some operators, such as assignment, require that one of their operands be an lvalue.
有些操作符,比如赋值,要求其中的一个操作数必须是左值。
Like the subscript and dereference operators, assignment returns an lvalue.
与下标和解引用操作符一样,赋值操作也返回左值。
However, you can define implicit conversion operators for a type, which enable you to use the assignment operator with those types.
不过,可为类型定义隐式转换运算符,这样就可以对这些类型使用赋值运算符。
However, you can define implicit conversion operators for a type, which enable you to use the assignment operator with those types.
不过,可为类型定义隐式转换运算符,这样就可以对这些类型使用赋值运算符。
应用推荐