次の方法で共有


allocator_base::const_reference

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

typedef const Type& const_reference;

解説

参照型は const Type&の typedef として Allocator::const_reference を実装します。

必要条件

ヘッダー: <allocators>

名前空間: の stdext