NoCopy &operator = (const NoCopy &other) = delete;
禁止拷贝赋值运算符。
父主题:
class NoCopy