禁止拷贝的宏定义

2017-09-04  本文已影响9人  WebSSO

#define MAKE_NONCOPYABLE(type) \

  private: \

     type(const type&); \

     type& operator=(const type&)

上一篇 下一篇

猜你喜欢

热点阅读