allocator_unbounded Class
max_unboundedによって管理される長の型 cache_freelist のキャッシュを使用して型 Type のオブジェクトに対するストレージの割り当ておよび解放を管理するオブジェクトについて説明します。
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