ScheduleGroup 对象在释放对其的所有外部引用时由运行时在内部销毁。它不能显式删除。
void operator delete(
void * _PObject
);
void operator delete(
void * _PObject,
int,
const char *,
int
);
参数
- _PObject
指向要删除的对象的指针。
要求
**标头:**concrt.h
命名空间: 并发
ScheduleGroup 对象在释放对其的所有外部引用时由运行时在内部销毁。它不能显式删除。
void operator delete(
void * _PObject
);
void operator delete(
void * _PObject,
int,
const char *,
int
);
**标头:**concrt.h
命名空间: 并发