#define MAKE_NONCOPYABLE(type) \
private: \
type(const type&); \
type& operator=(const type&)
本文标题:禁止拷贝的宏定义
本文链接:https://www.haomeiwen.com/subject/fbasjxtx.html
网友评论