allocator_base::difference_type

可以表示指针之间的值的差异到对象的类型的有符号的整数类型由该赋值程序管理的。

typedef std::ptrdiff_t difference_type;

备注

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

要求

标头: <allocators>

命名空间: stdext