#include <allocator.h>
| Public Types | |
| typedef size_t | size_type | 
| typedef ptrdiff_t | difference_type | 
| typedef void * | pointer | 
| typedef const void * | const_pointer | 
| typedef void | value_type | 
| Classes | |
| struct | rebind | 
Definition at line 61 of file allocator.h.
| typedef const void* std::allocator< void >::const_pointer | 
Definition at line 67 of file allocator.h.
| typedef ptrdiff_t std::allocator< void >::difference_type | 
Definition at line 65 of file allocator.h.
| typedef void* std::allocator< void >::pointer | 
Definition at line 66 of file allocator.h.
| typedef size_t std::allocator< void >::size_type | 
Definition at line 64 of file allocator.h.
| typedef void std::allocator< void >::value_type | 
Definition at line 68 of file allocator.h.
 1.4.7
 1.4.7