| 1. | This method serves as a copy constructor for nodes 该方法用作节点的复制构造函数。 |
| 2. | S copy constructor and one call to the destructor 的复制构造函数的调用和一个对析构函数的调用。 |
| 3. | Function will not create the copy constructor or destructor 函数将不创建复制构造函数或析构函数。 |
| 4. | Unlike some languages , c does not provide a copy constructor 与有些语言不同, c #不提供复制构造函数。 |
| 5. | How to : write a copy constructor >如何:编写复制构造函数 |
| 6. | Explicit specialization is not allowed as a copy constructor and copy assignment operator 不允许将显式专用化作为复制构造函数和复制赋值运算符。 |
| 7. | Inline assembly code in functions that pass copy - constructed function parameters is not supported 传递复制构造函数参数的函数中的内联程序集代码不受支持。 |
| 8. | Indicates that any copying of values of this type must use the copy constructor provided by the type 指示对此类型的值的任何复制操作都必须使用由该类型提供的复制构造函数。 |
| 9. | Also enable the named return value optimization , which eliminates the copy constructor and destructor of a stack based return value 也支持命名返回值优化,它消除了基于堆栈的返回值的复制构造函数和析构函数。 |
| 10. | Also enables the named return value optimization , which eliminates the copy constructor and destructor of a stack based return value 还启用“命名的返回值”优化,它消除了基于堆栈的返回值的复制构造函数和析构函数。 |