谁能给我一个如何正确使用“三巨头”的例子?在 C++ 中?
可能的重复:
什么是三法则?
嗨,我一直在阅读有关主题,许多网站告诉我为什么需要 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这个什么是三法则?可以回答您的问题。
I think this What is The Rule of Three? may answer your question.