allocator_base::const_reference

提供一个常数的类型对该分配器托管对象的类型。

typedef const Type& const_reference;

备注

引用类型实现 Allocator::const_reference 作为 const Type&的typedef。

要求

标头: <allocators>

命名空间: stdext