![]() |
Project
|
#include <vecpod.h>
Public Types | |
typedef T | value_type |
Public Member Functions | |
vecpod_allocator () noexcept | |
T * | allocate (std::size_t n) |
void | deallocate (T *p, std::size_t n) |
Static Public Member Functions | |
static void | construct (T *) |
Public Attributes | |
std::allocator< T > | stdalloc |
typedef T vecpod_allocator< T >::value_type |
|
inlinenoexcept |
|
inline |
|
inlinestatic |
|
inline |
std::allocator<T> vecpod_allocator< T >::stdalloc |