标签: c++ boost
可能重复: What are the advantages of boost::noncopyable
为什么有boost::noncopyable,我理解这提供了一个功能,即不能为boost::noncopyable的孩子的班级制作副本,但这可以通过private copy constructor and assignment operator <轻松完成/ p>
boost::noncopyable
private copy constructor and assignment operator
需要单独的类并将其继承到您的类。
答案 0 :(得分:2)
我认为这是为了便于阅读。
并非所有人都知道私有c-ctor和赋值运算符的目标。 boost::noncopyable代表它的作用。