谁能给我一个如何正确使用“三巨头”的例子?在 C++ 中?

发布于 2024-10-20 20:19:16 字数 284 浏览 1 评论 0原文

可能的重复:
什么是三法则?

嗨,我一直在阅读有关主题,许多网站告诉我为什么需要 ctor、copy ctor 和 dtor。但我很难找到如何使用它们的好例子。 另外,我真的不明白为什么我们需要将参数作为 const 传递给复制构造函数。任何帮助将不胜感激!

Possible Duplicate:
What is The Rule of Three?

Hi, I've been reading about the topic, and many websites tell me about why do I need a ctor, copy ctor, and a dtor. But I have had trouble finding good examples on how to use them.
Also I don't really get why we need to pass parameters to the copy ctor as a const. Any help would be appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

赏烟花じ飞满天 2024-10-27 20:19:16

我认为这个什么是三法则?可以回答您的问题。

I think this What is The Rule of Three? may answer your question.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文