STLdoc
STLdocumentation
|
Classes | |
struct | rebind |
Public Types | |
typedef allocator< void > | other |
typedef void | value_type |
typedef void * | pointer |
typedef const void * | const_pointer |
typedef void * | void_pointer |
typedef const void * | const_void_pointer |
Public Member Functions | |
allocator () _THROW0() | |
allocator (const allocator< void > &) _THROW0() | |
template<class _Other > | |
allocator (const allocator< _Other > &) _THROW0() | |
template<class _Other > | |
allocator< void > & | operator= (const allocator< _Other > &) |
typedef const void* allocator< void >::const_pointer |
typedef const void* allocator< void >::const_void_pointer |
typedef void allocator< void >::value_type |
typedef void* allocator< void >::void_pointer |