赋值操作符把右边的东西,复制到左边。
Well, the assignment operator makes a copy of the thing on the right and puts it in the thing on the left.
对象不需要复制构造函数或赋值操作符来保存到介入式容器中。
Objects don't need copy-constructors or assignment operators to be stored in intrusive containers.
为了管理具有指针成员的类,必须定义三个复制控制成员:复制构造函数、赋值操作符和析构函数。
To manage a class with pointer members, we must define all three copy-control members: the copy constructor, assignment operator, and the destructor.
Well, the assignment operator makes a copy of the thing on the right and puts it in the thing on the left.
赋值操作符把右边的东西,复制到左边。
And I'm using the so-called "assignment operator," a single equals sign to store in n what?
我用了一个复制操作符“,一个等号向n中存储了什么?
应用推荐