次の方法で共有


allocator_base::const_pointer

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

typedef const Type *const_pointer;

解説

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

必要条件

ヘッダー: <allocators>

名前空間: の stdext