赋值操作符左边的所有内容。
赋值操作符右边的所有内容。
赋值操作符把右边的东西,复制到左边。
Well, the assignment operator makes a copy of the thing on the right and puts it in the thing on the left.
在赋值操作符前将长表达式截断。
复制构造函数或赋值操作符?
这部分讨论的是为 C++类建模一个赋值操作符。
This section discusses modeling an assignment operator for a C++ class. To generate this assignment operator for a C++ class named Class1, perform these steps
虚拟库移动赋值操作符的危险时,可以用吗?
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.
当我返回值赋值操作符,首先是调用复制构造函数为基础的机制?
When I return by value from an assignment operator, firstly what is the mechanism and basis of calling the copy constructor?
在下一章我们将进一步学习操作符重载,本章中我们先介绍赋值操作符。
We'll learn more about operator overloading in the next chapter, but in this chapter we cover the assignment operator.
当所有行处理完成之后,将完全更新缓存,并且所有相关的赋值操作符都对齐到一个合适的列。
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.
可以为一个类定义许多附加的赋值操作符,这些赋值操作符会因右操作符类型不同而不同。
Additional assignment operators that differ by the type of the right-hand operand can be defined for a class type.
为了管理具有指针成员的类,必须定义三个复制控制成员:复制构造函数、赋值操作符和析构函数。
To manage a class with pointer members, we must define all three copy-control members: the copy constructor, assignment operator, and the destructor.
所以这是相等操作符,然而那个单等号是一个赋值运算符。
So this is the equality operator, whereas the single equal sign is the assignment operator.
当一个表达式被赋值时,每个操作符将会被应用于其周围所有项所代表的数值。
When an expression is evaluated, each operator is applied to the data values represented by the surrounding terms.
你可以在规则里面的任何赋值操作中包含这些操作符,udev在它们执行时会自动计算。
You can simply include these operators in any assignments your rule makes, and udev will evaluate them when they are executed.
在所有的操作符被赋值以后,最后剩下的将会是一个代表了计算结果的单独的数值。
After all the operators have been evaluated, what remains is a single data value that represents the result of the computation. For example, given the expression.
有些操作符,比如赋值,要求其中的一个操作数必须是左值。
Some operators, such as assignment, require that one of their operands be an lvalue.
与下标和解引用操作符一样,赋值操作也返回左值。
Like the subscript and dereference operators, assignment returns an lvalue.
与下标和解引用操作符一样,赋值操作也返回左值。
Like the subscript and dereference operators, assignment returns an lvalue.
应用推荐