Template Struct SmallAllocator::rebind

Nested Relationships

This struct is a nested type of Template Class SmallAllocator.

Struct Documentation

template<class U>
struct rebind

Public Types

using other = SmallAllocator<U, N, alignof(U), MemResProvider>