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_type * | allocate (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 >
|
inlinenoexcept |
◆ aligned_allocator() [2/2]
template<class T >
template<class U >
|
inlinenoexcept |
Member Function Documentation
◆ allocate()
template<class T >
|
inline |
◆ deallocate()
template<class T >
|
inlinenoexcept |
◆ operator!=()
template<class T >
template<class U >
|
inlinenoexcept |
◆ operator==()
template<class T >
template<class U >
|
inlinenoexcept |