Template Struct AlignedAllocator::rebind

Nested Relationships

This struct is a nested type of Template Class AlignedAllocator.

Struct Documentation

template<typename U>
struct rebind

Struct for rebinding other instances of this allocator

Public Types

typedef AlignedAllocator<U, Alignment> other