Default allocator for vector types (we never use boost pool for vectors) More...
#include <FastDefaultAllocator.h>
Public Types | |
typedef std::allocator< T > | type |
Static Public Attributes | |
static const bool | isBoost = false |
static const bool | isSTL = true |
static const bool | isTBB = false |
Default allocator for vector types (we never use boost pool for vectors)
Definition at line 71 of file FastDefaultAllocator.h.
typedef std::allocator<T> gtsam::internal::FastDefaultVectorAllocator< T >::type |
Definition at line 79 of file FastDefaultAllocator.h.
|
static |
Definition at line 80 of file FastDefaultAllocator.h.
|
static |
Definition at line 82 of file FastDefaultAllocator.h.
|
static |
Definition at line 81 of file FastDefaultAllocator.h.