• 为什么段代码调用复制构造函数

    Why does this code invoke the copy constructor?

    youdao

  • 为什么字号用于复制构造函数

    Why ampersand is used in copy constructor?

    youdao

  • 为什么复制构造函数调用?

    Why doesn't the copy constructor get called?

    youdao

  • 式调复制构造函数

    Is this implicitly calling a copy constructor?

    youdao

  • 为什么没有复制构造函数工作吗?

    Why doesn't my copy constructor work?

    youdao

  • 复制构造函数工作

    Copy constructor not working?

    youdao

  • 为什么具有挥发性的默认复制构造函数

    Why am I not provided with a default copy constructor from a volatile?

    youdao

  • 没有定义复制构造函数默认编译器创建的。

    You didn't define a copy constructor so a default one was created by the compiler.

    youdao

  • 编译省略调用实际上复制构造函数调用)。

    The compiler is eliding the call (actually, two calls) to the copy constructor.

    youdao

  • 传递复制构造函数参数函数中的内联程序集代码受支持

    Inline assembly code in functions that pass copy-constructed function parameters is not supported.

    youdao

  • 对象需要复制构造函数赋值操作符保存介入式容器中

    Objects don't need copy-constructors or assignment operators to be stored in intrusive containers.

    youdao

  • 返回操作符首先调用复制构造函数基础机制

    When I return by value from an assignment operator, firstly what is the mechanism and basis of calling the copy constructor?

    youdao

  • C + +:称为适当构造函数构造函数复制构造函数

    C + + : which is the appropriate constructor to be called: the constructor or the copy constructor?

    youdao

  • 不然怎么使用返回指令创建返回一个对象使用复制构造函数

    How else could you use that return instruction to create and return an object and yet not use the copy constructor?

    youdao

  • 不可访问中的复制构造函数因此无法派生生成复制构造函数

    A copy constructor was not accessible in a base class and was therefore not generated for a derived class.

    youdao

  • 具有指针成员使用默认合成复制构造函数具有普通指针所有缺陷

    Classes that have pointer members and use default synthesized copy control have all the pitfalls of ordinary Pointers.

    youdao

  • 这种用法支持时,编译器被允许(制强)跳过复制构造函数直接创建对象

    When it can do so, the compiler is permitted (but not obligated) to skip the copy constructor and create the object directly.

    youdao

  • 另外对于出于设计原因拥有private构造函数没有复制构造函数类,所以这种交换风格适用。

    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.

    youdao

  • 为了管理具有指针成员必须定义三个复制控制成员:复制构造函数赋值操作符函数

    To manage a class with pointer members, we must define all three copy-control members: the copy constructor, assignment operator, and the destructor.

    youdao

  • 需要使用复制构造函数并且永远也不需要大汗淋漓地去实现clone方法那些令人惨不忍睹的细节

    You do not need a copy constructor, and you need never sweat the gory details of implementing a clone method.

    youdao

  • 输出语句添加构造函数析构函数复制构造函数查看运行程序命名返回优化效果

    Add output statements to the constructor, destructor and copy constructor to see the effect of the Named Return Value optimization when you run the program.

    youdao

  • 存在所有实例试图修改复制构造函数毫无意义的(除非它来保持某种计数器实例)。

    It exists for all instances, and to attempt to modify it in the class copy constructor makes little sense (unless you are using it to keep some kind of counter of instances).

    youdao

  • 解决C2299,请不要使复制构造函数赋值运算符成为模板函数使其成为采用类型的非模板函数

    To resolve C2299, do not make the copy constructor or assignment operator a template function, but rather a non-template function that takes a class type.

    youdao

  • 第一情况下基本上声明一个私有拷贝构造函数然后没有提供任何实现通过声明他们私人非成员国不能复制

    In the first case, you are essentially declaring a private copy constructor and then not providing any implementation. By declaring them private, non-members cannot copy it.

    youdao

  • 拷贝构造函数特别构造函数,用于复制已经存在对象生成的对象,高效的方式。

    The copy constructor is a special kind of constructor which creates a new object which is a copy of an existing one, and does it efficiently.

    youdao

  • 很多开发者编写第一构造函数然后代码复制粘贴其它构造函数中去,满足接口定义多个重载

    Many developers write the first constructor and then copy and paste the code into other constructors, to satisfy the multiple overrides defined in the class interface.

    youdao

  • 次,如果提供一个拷贝构造函数编译生成个你,再一次复制使用拷贝构造函数成员

    Again, if you don't provide a copy constructor, the compiler generates one for you, again just copying the members using the copy constructor.

    youdao

  • 次,如果提供一个拷贝构造函数编译生成个你,再一次复制使用拷贝构造函数成员

    Again, if you don't provide a copy constructor, the compiler generates one for you, again just copying the members using the copy constructor.

    youdao

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

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

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