NoCopy &operator = (const NoCopy &other) = delete;

禁止拷贝赋值运算符。