MCKL
Monte Carlo Kernel Library
Public Types | List of all members
mckl::Allocator< T, Mem >::rebind< U > Class Template Reference

#include <mckl/core/memory.hpp>

Public Types

using other = Allocator< U, Mem >
 

Detailed Description

template<typename T, typename Mem = Memory<AlignOf<T>>>
template<typename U>
class mckl::Allocator< T, Mem >::rebind< U >

Definition at line 326 of file memory.hpp.

Member Typedef Documentation

◆ other

template<typename T, typename Mem = Memory<AlignOf<T>>>
template<typename U >
using mckl::Allocator< T, Mem >::rebind< U >::other = Allocator<U, Mem>

Definition at line 329 of file memory.hpp.