boost_pool_aligned_allocator< Align > Struct Template Reference
Aligned allocator for boost::pool. More...
#include <align.h>
Public Types | |
typedef std::size_t | size_type |
typedef std::ptrdiff_t | difference_type |
Static Public Member Functions | |
static char * | malloc (const size_type bytes) |
static void | free (const char *block) |
Detailed Description
template<std::size_t Align>
struct boost_pool_aligned_allocator< Align >
Aligned allocator for boost::pool.
- Template Parameters
-
Align Alignment.