Implementation of std::allocator<void> More...
Classes | |
struct | rebind |
Its member type other is the equivalent allocator type to allocate elements of type T More... | |
Public Types | |
typedef void | value_type |
Type is hard coded to void. | |
typedef void * | pointer |
Pointer to nothing. | |
typedef const void * | const_pointer |
Const pointer to nothing. | |
Implementation of std::allocator<void>
Special type of allocator that has no ability to allocate or free any memory.
\sa allocator<const void>, or allocator
const void* Burger::allocator< void >::const_pointer |
Const pointer to nothing.
void* Burger::allocator< void >::pointer |
Pointer to nothing.
void Burger::allocator< void >::value_type |
Type is hard coded to void.