go top

copy constructor

  • 复制建构函数

网络释义专业释义英英释义

  复制构造函数

... 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 复制建构函数和

 更多收起网络短语
  • 拷贝构造函数
    复制建构函式
    复制构造器

·2,447,543篇论文数据,部分数据来源于NoteExpress

Copy constructor

  • abstract: A copy constructor is a special constructor in the C++ programming language for creating a new object as a copy of an existing object. The first argument of such a constructor is a reference to an object of the same type as is being constructed (const or non-const), which might be followed by parameters of any type (all having default values).

以上来源于: WordNet

双语例句

  • You know that Set has a copy constructor.

    知道Set一个拷贝构造函数

    youdao

  • If you do not write a correct code for the copy constructor, object within a list will have some data members uninitialized.

    如果没有拷贝构造函数正确代码有可能造成list对象某些数据成员没有初始化。

    youdao

  • 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构造函数而没有复制构造函数类,所以这种交换风格适用。

    youdao

更多双语例句
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定