共用方式為


allocator_fixed_size 類別

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

template <class Type>
    class allocator_fixed_size;

參數

參數

說明

Type

項目型別由配置器所配置的記憶體。

備註

ALLOCATOR_DECL (<allocators>) 巨集是透過此類別為以下陳述式的 name 參數: ALLOCATOR_DECL(CACHE_FREELIST(stdext::allocators::max_fixed_size<10>), SYNC_DEFAULT, allocator_fixed_size);

需求

標題: <配置器>

**命名空間:**stdext

請參閱

參考

<allocators>