Template Struct AlignedAllocator

Nested Relationships

Nested Types

Inheritance Relationships

Base Type

  • public std::allocator< T >

Struct Documentation

template<typename T, size_t NALIGN>
struct AlignedAllocator : public std::allocator<T>

Public Functions

inline T *allocate(size_t n)
inline void deallocate(T *p, size_t)
template<typename U>
struct rebind

Public Types

typedef AlignedAllocator<U, NALIGN> other