共用方式為


allocator_suballoc 類別

描述使用類型快取cache_suballoc,管理類型類型的物件的儲存配置和釋放的物件。

語法

template <class Type>
class allocator_suballoc;

參數

類型
配置器所配置的元素類型。

備註

ALLOCATOR_DECL巨集會將這個類別傳遞為下列語句中的 name 參數:ALLOCATOR_DECL(CACHE_SUBALLOC, SYNC_DEFAULT, allocator_suballoc);

需求

Header:<allocators>

命名空間: stdext

另請參閱

<allocators>