Specialization for allocators that define a nested rebind<U>::other.
Declared in <bslma_allocatortraits.h>
template<
class T,
class U>
struct AllocatorTraits_RebindAlloc<T, U, bsl::void_t<T::rebind<U>::other>>;
| Name | Description |
|---|---|
type | Alias to T::template rebind<U>::other. |