e> inline

Definition at line 39 of file aligned.h.

template<typename T , std::size_t Alignment>
bool aligned_allocator< T, Alignment >::operator!= ( const aligned_allocator< T, Alignment > &  other) const
inline

Definition at line 54 of file aligned.h.

template<typename T , std::size_t Alignment>
bool aligned_allocator< T, Alignment >::operator== ( const aligned_allocator< T, Alignment > &  other) const
inline

Definition at line 74 of file aligned.h.


The documentation for this class was generated from the following file: size_t Alignment>
typedef std::size_t aligned_allocator< T, Alignment >::size_type

Definition at line 26 of file aligned.h.

template<typename T , std::size_t Alignment>
typedef T aligned_allocator< T, Alignment >::value_type

Definition at line 25 of file aligned.h.

Constructor & Destructor Documentation

template<typename T , std::size_t Alignment>
aligned_allocator< T, Alignment >::aligned_allocator ( )
inline

Definition at line 82 of file aligned.h.

template<typename T , std::size_t Alignment>
aligned_allocator< T, Alignment >::aligned_allocator ( const aligned_allocator< T, Alignment > &  )
inline

Definition at line 84 of file aligned.h.

template<typename T , std::size_t Alignment>
template<typename U >
aligned_allocator< T, Alignment >::aligned_allocator ( const aligned_allocator< U, Alignment > &  )