JayBeams  0.1
Another project to have fun coding.
Classes | Namespaces
allocator.hpp File Reference
#include <fftw3.h>
#include <limits>
#include <memory>

Go to the source code of this file.

Classes

class  jb::fftw::allocator< T >
 Define an allocator based on fftw_malloc()/fftw_free() More...
 
struct  jb::fftw::allocator< T >::rebind< U >
 

Namespaces

 jb
 The top-level namespace for the JayBeams library.
 
 jb::fftw
 Wrappers for the FFTW3 library.
 

Class Documentation

◆ jb::fftw::allocator::rebind

struct jb::fftw::allocator::rebind

template<typename T>
template<typename U>
struct jb::fftw::allocator< T >::rebind< U >

Definition at line 28 of file allocator.hpp.

Class Members
typedef allocator< U > other