次の方法で共有


allocator_base::pointer

オブジェクトの型へのポインターを提供する型は、アロケーターによって管理される。

typedef Type *pointer;

解説

ポインター型は Type*の typedef として Allocator::pointer を実装します。

必要条件

ヘッダー: <allocators>

名前空間: の stdext