gpt4 book ai didi

c++ - 复制构造函数疑问

转载 作者:行者123 更新时间:2023-11-30 00:59:21 26 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Why should the copy constructor accept its parameter by reference in C++?

在维基百科中,提到 -

以下是无效的复制构造函数(原因 - copy_from_me 未作为引用传递):

X (X copy_from_me);
X (const X copy_from_me);

因为对这些构造函数的调用也需要一个拷贝,这将导致无限递归调用。

Could someone please explain, how it would result in an infinitely recursive call ?

谢谢。

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com