Template Class AlignmentAllocator
Defined in File AVX_math.h
Class Documentation
-
template<typename T, std::size_t N = 32>
class AlignmentAllocator -
Public Functions
-
inline AlignmentAllocator()
-
template<typename T2>
inline AlignmentAllocator(const AlignmentAllocator<T2, N>&)
-
inline ~AlignmentAllocator()
-
inline const_pointer adress(const_reference r) const
-
inline void construct(pointer p, const value_type &wert)
-
inline bool operator!=(const AlignmentAllocator<T, N> &other) const
-
inline bool operator==(const AlignmentAllocator<T, N> &other) const
-
template<typename T2>
struct rebind Public Types
-
typedef AlignmentAllocator<T2, N> other
-
typedef AlignmentAllocator<T2, N> other
-
inline AlignmentAllocator()