allocator_unbounded クラス
cache_freelist 型のキャッシュと max_unbounded で管理されている長さを使用して、型 Type のオブジェクトに対し、ストレージの割り当てと解放を管理するオブジェクトを記述します。
構文
template <class Type>
class allocator_unbounded;
パラメーター
Type
アロケーターによって割り当てられた要素の型。
解説
ALLOCATOR_DECL マクロは、このクラスを次のステートメント内の name パラメーターとして渡します: ALLOCATOR_DECL(CACHE_FREELIST(stdext::allocators::max_unbounded), SYNC_DEFAULT, allocator_unbounded);
要件
ヘッダー: <allocators>
名前空間: stdext