allocator_base::difference_type
A signed integral type that can represent the difference between values of pointers to the type of object managed by the allocator.
typedef std::ptrdiff_t difference_type;
Remarks
The integer type implements Allocator::difference_type as a typedef for std::ptrdiff_t.
Requirements
Header: <allocators>
Namespace: stdext