Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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