返回顶部 Allocator构造函数和析构函数 功能说明Allocator构造函数和析构函数。 函数原型1 2 3 4Allocator() = default virtual ~Allocator() = default Allocator(const Allocator &) = delete Allocator &operator=(const Allocator &) = delete 参数说明无 返回值说明无 约束说明纯虚类需要用户派生。 父主题: Allocator