#include <allocator.h>
Public Types | |
typedef size_t | size_type |
typedef ptrdiff_t | difference_type |
typedef Type * | pointer |
typedef const Type * | const_pointer |
typedef Type & | reference |
typedef const Type & | const_reference |
typedef Type | value_type |
Public Member Functions | |
allocator () throw () | |
allocator (const allocator &a) throw () | |
template<typename Type1> | |
allocator (const allocator< Type1 > &) throw () | |
~allocator () throw () | |
Classes | |
struct | rebind |
(See allocators info for more.)
Definition at line 80 of file allocator.h.