共用方式為


allocator_variable_size Class

描述管理儲存配置和釋放型別 Type 物件的使用快取。 max_variable_size處理長度的型別 cache_freelist 的物件。

template <class Type>
    class allocator_variable_size;

參數

參數

描述

Type

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

備註

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

需求

標題: <allocators>

命名空間: stdext

請參閱

參考

<allocators>