allocator_base::difference_type

可以保存值的不同指针之间为对象类型的带符号的整数类型。分配程序管理的。

typedef std::ptrdiff_t difference_type;

备注

整数类型实现 Allocator::difference_type 作为 std::ptrdiff_t的 typedef。

要求

页眉: <分配程序>

**命名空间:**stdext