allocator_base::const_reference

提供为对象类型的常量引用的类型分配由程序管理的。

typedef const Type& const_reference;

备注

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

要求

页眉: <分配程序>

**命名空间:**stdext