| using std::allocator_traits< _Alloc >::difference_type = typename _Diff<_Alloc, pointer>::type |
The allocator's difference type.
Alloc::difference_type if that type exists, otherwise pointer_traits<pointer>::difference_type
Definition at line 325 of file bits/alloc_traits.h.