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

#include <vsmc/utility/aligned_memory.hpp>

Public Types

using other = Allocator< U, Alignment, Memory >
 

Detailed Description

template<typename T, std::size_t Alignment = AlignmentTrait<T>::value, typename Memory = AlignedMemory>
template<typename U>
class vsmc::Allocator< T, Alignment, Memory >::rebind< U >

Definition at line 312 of file aligned_memory.hpp.

Member Typedef Documentation

template<typename T, std::size_t Alignment = AlignmentTrait<T>::value, typename Memory = AlignedMemory>
template<typename U >
using vsmc::Allocator< T, Alignment, Memory >::rebind< U >::other = Allocator<U, Alignment, Memory>

Definition at line 315 of file aligned_memory.hpp.