RADLib
RADical C++ application framework
RADData::RADAlignedAllocator< T, Alignment >::rebind< U > Struct Template Reference

Rebinds the allocator to another value type. More...

#include <RADDataStructures.h>

Public Types

using other = RADAlignedAllocator< U, Alignment >
 

Detailed Description

template<typename T, size_t Alignment = alignof(T)>
template<typename U>
struct RADData::RADAlignedAllocator< T, Alignment >::rebind< U >

Rebinds the allocator to another value type.

Member Typedef Documentation

◆ other

template<typename T , size_t Alignment = alignof(T)>
template<typename U >
using RADData::RADAlignedAllocator< T, Alignment >::rebind< U >::other = RADAlignedAllocator<U, Alignment>

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