Thrill  0.1
AlignedAllocator< Type, BaseAllocator, Alignment >::rebind< U > Struct Template Reference

Detailed Description

template<typename Type = char, typename BaseAllocator = std::allocator<char>, size_t Alignment = 4096>
template<typename U>
struct thrill::mem::AlignedAllocator< Type, BaseAllocator, Alignment >::rebind< U >

Return allocator for different type.

Definition at line 64 of file aligned_allocator.hpp.

#include <aligned_allocator.hpp>

Public Types

using other = AlignedAllocator< U, BaseAllocator >
 

Member Typedef Documentation

◆ other

using other = AlignedAllocator<U, BaseAllocator>

Definition at line 64 of file aligned_allocator.hpp.


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