vSMC
vSMC: Scalable Monte Carlo
Public Types | List of all members
vsmc::AlignedAllocator< T, Alignment, Memory >::rebind< U > Struct Template Reference

#include <vsmc/utility/aligned_memory.hpp>

Public Types

typedef AlignedAllocator< U, Alignment > other
 

Detailed Description

template<typename T, std::size_t Alignment = 32, typename Memory = AlignedMemory>
template<typename U>
struct vsmc::AlignedAllocator< T, Alignment, Memory >::rebind< U >

Definition at line 261 of file aligned_memory.hpp.

Member Typedef Documentation

template<typename T, std::size_t Alignment = 32, typename Memory = AlignedMemory>
template<typename U >
typedef AlignedAllocator<U, Alignment> vsmc::AlignedAllocator< T, Alignment, Memory >::rebind< U >::other

Definition at line 262 of file aligned_memory.hpp.