共用方式為


allocator_newdel Class

實作使用 operator delete 解除配置記憶體區塊和 operator new 配置記憶體區塊中的配置器。

template <class Type>
    class allocator_newdel;

參數

參數

描述

Type

配置器配置之項目的型別。

備註

ALLOCATOR_DECL (<allocators>) 巨集會逐一查看這個類別是在下列陳述式中的 name 參數: ALLOCATOR_DECL(CACHE_FREELIST stdext::allocators::max_none), SYNC_DEFAULT, allocator_newdel);

需求

標題: <allocators>

命名空間: stdext

請參閱

參考

<allocators>