CMS 3D CMS Logo

List of all members | Public Types
aligned_allocator< T, Alignment >::rebind< U > Struct Template Reference

#include <align_alloc.h>

Public Types

typedef aligned_allocator< U, Alignment > other
 

Detailed Description

template<typename T, std::size_t Alignment>
template<typename U>
struct aligned_allocator< T, Alignment >::rebind< U >

Definition at line 33 of file align_alloc.h.

Member Typedef Documentation

◆ other

template<typename T , std::size_t Alignment>
template<typename U >
typedef aligned_allocator<U, Alignment> aligned_allocator< T, Alignment >::rebind< U >::other

Definition at line 34 of file align_alloc.h.