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

#include <vsmc/utility/aligned_memory.hpp>

Public Types

using other = AlignedAllocator< U, Alignment, Memory >
 

Detailed Description

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

Definition at line 273 of file aligned_memory.hpp.

Member Typedef Documentation

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

Definition at line 276 of file aligned_memory.hpp.