WPILibC++ 2023.4.3
Eigen::aligned_allocator_indirection< T > Class Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/StlSupport/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 T * pointer
 
typedef const T * const_pointer
 
typedef T & reference
 
typedef const T & const_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]

template<class T >
Eigen::aligned_allocator_indirection< T >::aligned_allocator_indirection ( )
inline

◆ aligned_allocator_indirection() [2/5]

template<class T >
Eigen::aligned_allocator_indirection< T >::aligned_allocator_indirection ( const aligned_allocator_indirection< T > &  )
inline

◆ aligned_allocator_indirection() [3/5]

template<class T >
Eigen::aligned_allocator_indirection< T >::aligned_allocator_indirection ( const EIGEN_ALIGNED_ALLOCATOR< T > &  )
inline

◆ 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

◆ 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

◆ ~aligned_allocator_indirection()


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