Then, the assignment operator is called.
然后,调用赋值运算符。
The assignment operator cannot be overloaded.
不能重载赋值运算符。
So you don't have to use the assignment operator.
所以你并不需要使用赋值运算符。
Everything to the left of the assignment operator.
赋值操作符左边的所有内容。
Everything to the right of the assignment operator.
赋值操作符右边的所有内容。
So the assignment operator thus far makes copies of things.
所以到现在为止,赋值运算符复制了很多数据。
Break long assignments before the assignment operator.
在赋值操作符前将长表达式截断。
So this is the equality operator, whereas the single equal sign is the assignment operator.
所以这是相等操作符,然而那个单等号是一个赋值运算符。
The equal sign is really called the "assignment operator."
那个等号其实是个“赋值运算符。”
How to call to the copy constructor from the copy-assignment operator?
如何从复制赋值运算符调用复制构造函数?
A copy assignment operator is implemented by the compiler automatically unless you provide one.
拷贝赋值运算符是由编译器自动实现,除非你提供一个。
A copy assignment operator is implemented by the compiler automatically unless you provide one.
拷贝赋值运算符是由编译器自动实现,除非你提供一个。
应用推荐