Template Struct Allocator::rebind

Nested Relationships

This struct is a nested type of Template Class Allocator.

Struct Documentation

template<class U>
struct rebind

Public Types

using other = Allocator<U, MemResProvider>