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 const void | value_type |
Type is hard coded to const void. | |
typedef const 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<void>, or allocator
const void* Burger::allocator< const void >::const_pointer |
Const pointer to nothing.
const void* Burger::allocator< const void >::pointer |
Pointer to nothing.
const void Burger::allocator< const void >::value_type |
Type is hard coded to const void.