Disallow AllocatorBase for the type 'void' by generating a compiler error if it's used. More...
#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 |
Disallow AllocatorBase for the type 'void' by generating a compiler error if it's used.
Definition at line 145 of file Allocator.h.
typedef const void* Hypertable::AllocatorBase< void >::const_pointer |
Definition at line 149 of file Allocator.h.
typedef ptrdiff_t Hypertable::AllocatorBase< void >::difference_type |
Definition at line 147 of file Allocator.h.
typedef void* Hypertable::AllocatorBase< void >::pointer |
Definition at line 148 of file Allocator.h.
typedef size_t Hypertable::AllocatorBase< void >::size_type |
Definition at line 146 of file Allocator.h.
typedef void Hypertable::AllocatorBase< void >::value_type |
Definition at line 151 of file Allocator.h.