|
Medial Code Documentation
|
Data Structures | |
| 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 (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 > &) | |