allocator_unbounded Class
描述管理儲存配置和釋放型別 Type 物件的使用快取。 max_unbounded處理長度的型別 cache_freelist 的物件。
template <class Type>
class allocator_unbounded;
參數
參數 |
描述 |
---|---|
Type |
配置器配置之項目的型別。 |
備註
ALLOCATOR_DECL (<allocators>) 巨集會逐一查看這個類別是在下列陳述式中的 name 參數:ALLOCATOR_DECL(CACHE_FREELIST(stdext::allocators::max_unbounded), SYNC_DEFAULT, allocator_unbounded);
需求
標題: <allocators>
命名空間: stdext