allocator_base::reference

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

typedef Type& reference;

备注

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

要求

页眉: <分配程序>

**命名空间:**stdext