Metall  v0.28
A persistent memory allocator for data-centric analytics
metall::container::fallback_allocator_adaptor< stateful_allocator >::rebind< T2 > Struct Template Reference

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

#include </home/runner/work/metall/metall/include/metall/container/fallback_allocator.hpp>

Public Types

using other = fallback_allocator_adaptor< other_stateful_allocatorator_type< T2 > >
 

Detailed Description

template<typename stateful_allocator>
template<typename T2>
struct metall::container::fallback_allocator_adaptor< stateful_allocator >::rebind< T2 >

Makes another allocator type for type T2.

Member Typedef Documentation

◆ other

template<typename stateful_allocator >
template<typename T2 >
using metall::container::fallback_allocator_adaptor< stateful_allocator >::rebind< T2 >::other = fallback_allocator_adaptor<other_stateful_allocatorator_type<T2> >

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