MakeFixedAlignedAllocator< Align >::AllocType< T > Struct Template Reference

#include <VisionX/components/pointcloud_processor/EfficientRANSACPrimitiveExtractor/EfficientRANSAC/MiscLib/AlignedAllocator.h>

+ Inheritance diagram for MakeFixedAlignedAllocator< Align >::AllocType< T >:

Additional Inherited Members

- Public Types inherited from AlignedAllocator< T, Align >
typedef ptrdiff_t difference_type
 
typedef Tpointer
 
typedef Treference
 
typedef size_t size_type
 
typedef T value_type
 
- Public Member Functions inherited from AlignedAllocator< T, Align >
const_pointer address (const_reference x) const
 
pointer address (reference x) const
 
 AlignedAllocator () throw ()
 
 AlignedAllocator (const AlignedAllocator< T, Align > &) throw ()
 
template<class U >
 AlignedAllocator (const AlignedAllocator< U, Align > &) throw ()
 
pointer allocate (size_type s, std::allocator_traits< std::allocator< void >>::const_void_pointer hint=0)
 
void construct (pointer p, const T &val)
 
void deallocate (pointer p, size_type)
 
void destroy (pointer p)
 
size_type max_size () const throw ()
 
template<class U >
bool operator!= (const AlignedAllocator< U, Align > &) const
 
template<class U >
bool operator!= (const U &) const
 
template<class U >
bool operator== (const AlignedAllocator< U, Align > &) const
 
template<class U >
bool operator== (const U &) const
 
- Public Attributes inherited from AlignedAllocator< T, Align >
const typedef Tconst_pointer
 
const typedef Tconst_reference
 

Detailed Description

template<unsigned int Align = sizeof(size_t)>
template<class T>
struct MiscLib::MakeFixedAlignedAllocator< Align >::AllocType< T >

Definition at line 91 of file AlignedAllocator.h.


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