helib::PGFFT::aligned_allocator< T > Class Template Reference

#include <PGFFT.h>

Public Types

using value_type = T
 

Public Member Functions

 aligned_allocator () noexcept
 
template<class U >
 aligned_allocator (aligned_allocator< U > const &) noexcept
 
value_typeallocate (std::size_t n)
 
void deallocate (value_type *p, std::size_t) noexcept
 
template<class U >
bool operator== (aligned_allocator< U > const &) noexcept
 
template<class U >
bool operator!= (aligned_allocator< U > const &y) noexcept
 

Member Typedef Documentation

◆ value_type

template<class T >
using helib::PGFFT::aligned_allocator< T >::value_type = T

Constructor & Destructor Documentation

◆ aligned_allocator() [1/2]

template<class T >
helib::PGFFT::aligned_allocator< T >::aligned_allocator ( )
inlinenoexcept

◆ aligned_allocator() [2/2]

template<class T >
template<class U >
helib::PGFFT::aligned_allocator< T >::aligned_allocator ( aligned_allocator< U > const &  )
inlinenoexcept

Member Function Documentation

◆ allocate()

template<class T >
value_type* helib::PGFFT::aligned_allocator< T >::allocate ( std::size_t  n)
inline

◆ deallocate()

template<class T >
void helib::PGFFT::aligned_allocator< T >::deallocate ( value_type p,
std::size_t   
)
inlinenoexcept

◆ operator!=()

template<class T >
template<class U >
bool helib::PGFFT::aligned_allocator< T >::operator!= ( aligned_allocator< U > const &  y)
inlinenoexcept

◆ operator==()

template<class T >
template<class U >
bool helib::PGFFT::aligned_allocator< T >::operator== ( aligned_allocator< U > const &  )
inlinenoexcept