Eigen::aligned_allocator_indirection< T > Class Template Reference

#include <details.h>

+ Inheritance diagram for Eigen::aligned_allocator_indirection< T >:

Classes

struct  rebind
 

Public Types

typedef std::size_t size_type
 
typedef std::ptrdiff_t difference_type
 
typedef Tpointer
 
typedef const Tconst_pointer
 
typedef Treference
 
typedef const Tconst_reference
 
typedef T value_type
 

Public Member Functions

 aligned_allocator_indirection ()
 
 aligned_allocator_indirection (const aligned_allocator_indirection &)
 
 aligned_allocator_indirection (const EIGEN_ALIGNED_ALLOCATOR< T > &)
 
template<class U >
 aligned_allocator_indirection (const aligned_allocator_indirection< U > &)
 
template<class U >
 aligned_allocator_indirection (const EIGEN_ALIGNED_ALLOCATOR< U > &)
 
 ~aligned_allocator_indirection ()
 

Member Typedef Documentation

◆ const_pointer

template<class T >
typedef const T* Eigen::aligned_allocator_indirection< T >::const_pointer

◆ const_reference

template<class T >
typedef const T& Eigen::aligned_allocator_indirection< T >::const_reference

◆ difference_type

template<class T >
typedef std::ptrdiff_t Eigen::aligned_allocator_indirection< T >::difference_type

◆ pointer

template<class T >
typedef T* Eigen::aligned_allocator_indirection< T >::pointer

◆ reference

template<class T >
typedef T& Eigen::aligned_allocator_indirection< T >::reference

◆ size_type

template<class T >
typedef std::size_t Eigen::aligned_allocator_indirection< T >::size_type

◆ value_type

template<class T >
typedef T Eigen::aligned_allocator_indirection< T >::value_type

Constructor & Destructor Documentation

◆ aligned_allocator_indirection() [1/5]

37 {}

◆ aligned_allocator_indirection() [2/5]

◆ aligned_allocator_indirection() [3/5]

39 {}

◆ aligned_allocator_indirection() [4/5]

template<class T >
template<class U >
Eigen::aligned_allocator_indirection< T >::aligned_allocator_indirection ( const aligned_allocator_indirection< U > &  )
inline
41 {}

◆ aligned_allocator_indirection() [5/5]

template<class T >
template<class U >
Eigen::aligned_allocator_indirection< T >::aligned_allocator_indirection ( const EIGEN_ALIGNED_ALLOCATOR< U > &  )
inline
43 {}

◆ ~aligned_allocator_indirection()

44 {}

The documentation for this class was generated from the following file: