Template Struct AlignedAllocator::rebind

Nested Relationships

This struct is a nested type of Template Class AlignedAllocator.

Struct Documentation

template<class U>
struct rebind

Public Types

using other = AlignedAllocator<U>