Metall  v0.27
A persistent memory allocator for data-centric analytics
metall::utility::fallback_allocator_adaptor< primary_alloc >::rebind< T2 > Struct Template Reference

Makes another allocator type for type T2. More...

#include </home/runner/work/metall/metall/include/metall/utility/fallback_allocator_adaptor.hpp>

Public Types

using other = fallback_allocator_adaptor< other_primary_allocator_type< T2 > >
 

Detailed Description

template<typename primary_alloc>
template<typename T2>
struct metall::utility::fallback_allocator_adaptor< primary_alloc >::rebind< T2 >

Makes another allocator type for type T2.

Member Typedef Documentation

◆ other

template<typename primary_alloc >
template<typename T2 >
using metall::utility::fallback_allocator_adaptor< primary_alloc >::rebind< T2 >::other = fallback_allocator_adaptor<other_primary_allocator_type<T2> >

The documentation for this struct was generated from the following file: