次の方法で共有


allocator_base::allocator_base

型 allocator_base オブジェクトを構築します。

allocator_base();
template <class Other>
    allocator_base(const allocator_base<Other, Sync>& _Right);

パラメーター

パラメーター

Description

_Right

コピーするアロケーター オブジェクト。

解説

一つ目のコンストラクターはallocator_base のインスタンスを構築します。2 つ目のコンストラクターはallocator_base のインスタンスをそのうちこと allocator_base<Type, _Sync> のインスタンス aallocator_base<Type, Sync>(allocator_base<Other, Sync>(a)) == a に構築します。

必要条件

ヘッダー : <allocators>

名前空間 : stdext

参照

関連項目

allocator_base Class