scoped_allocator_adaptor::deallocate 方法
使用外部配置器,則會解除配置物件。
void deallocate(pointer ptr, size_type count);
參數
ptr
為物件的起始位置指標解除配置。count
解除配置的物件數目。
需求
標題: <scoped_allocator>
命名空間: std
使用外部配置器,則會解除配置物件。
void deallocate(pointer ptr, size_type count);
ptr
為物件的起始位置指標解除配置。
count
解除配置的物件數目。
標題: <scoped_allocator>
命名空間: std