Metall  v0.27
A persistent memory allocator for data-centric analytics
metall::stl_allocator< T, metall_manager_kernel_type >::rebind< T2 > Struct Template Reference

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

#include </home/runner/work/metall/metall/include/metall/stl_allocator.hpp>

Public Types

using other = stl_allocator< T2, manager_kernel_type >
 

Detailed Description

template<typename T, typename metall_manager_kernel_type>
template<typename T2>
struct metall::stl_allocator< T, metall_manager_kernel_type >::rebind< T2 >

Makes another allocator type for type T2.

Template Parameters
T2The type of the object

Member Typedef Documentation

◆ other

template<typename T , typename metall_manager_kernel_type >
template<typename T2 >
using metall::stl_allocator< T, metall_manager_kernel_type >::rebind< T2 >::other = stl_allocator<T2, manager_kernel_type>

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