Metall  v0.29
A persistent memory allocator for data-centric analytics
metall::container::fallback_allocator_adaptor< StatefulAllocator >::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_allocator_type< T2 > >
 

Detailed Description

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

Makes another allocator type for type T2.

Member Typedef Documentation

◆ other

template<typename StatefulAllocator >
template<typename T2 >
using metall::container::fallback_allocator_adaptor< StatefulAllocator >::rebind< T2 >::other = fallback_allocator_adaptor<other_stateful_allocator_type<T2> >

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