stl compatible allocator to use with with 16 byte aligned types More...
Public Member Functions | |
pointer | address (reference value) const |
const_pointer | address (const_reference value) const |
aligned_allocator (const aligned_allocator &) throw () | |
template<class U > | |
aligned_allocator (const aligned_allocator< U > &) throw () | |
pointer | allocate (size_type num, const void *hint=0) |
void | construct (pointer p, const T &value) |
void | deallocate (pointer p, size_type) |
void | destroy (pointer p) |
size_type | max_size () const throw () |
bool | operator!= (const aligned_allocator< T > &other) const |
bool | operator== (const aligned_allocator< T > &other) const |
stl compatible allocator to use with with 16 byte aligned types
Example: