allocator_base::reference

提供对对象的类型由该赋值程序管理的。

typedef Type& reference;

备注

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

要求

标头: <allocators>

命名空间: stdext