... copy constructor 拷贝构造函数 Copy-constructor 复制构造函数 References & the Copy-Constructor 引用和拷贝构造函数 ...
基于4个网页-相关网页
copy constructor 拷贝构造函数 ; 复制构造函数 ; 复制建构函式 ; 拷贝构造器
Copy Constructor Function 再谈拷贝构造函数
synthesized copy constructor 合成复制构造函数
References & the Copy-Constructor 引用和拷贝构造函数 ; 笔记 ; 第十一章
the copy constructor 复制构造函数
default copy constructor 缺省复制构造函数
uses copy constructor 使用复制构造函数
and copy constructor 和复制构造函数
copy constructor and 复制建构函数和
以上来源于: WordNet
You know that Set has a copy constructor.
您知道Set有一个拷贝构造函数。
If you do not write a correct code for the copy constructor, object within a list will have some data members uninitialized.
如果你没有为拷贝构造函数写正确的代码,就有可能造成list中对象的某些数据成员没有初始化。
Also, for classes that have design reasons to have private or no copy constructor, this style of swapping won't work. Here's what boost: : swap gets you.
另外,对于出于设计原因拥有private构造函数而没有复制构造函数的类,所以这种交换风格不适用。
应用推荐