NoCopy(const NoCopy &other) = delete;
禁止拷贝构造函数。
父主题:
class NoCopy