should be pointer_traits::rebind of template above
Declared in <bslma_allocatortraits.h>
template<
class T,
class U,
class = void>
struct AllocatorTraits_RebindAlloc;
| Name | Description |
|---|---|
type | Rebound allocator type. |
| Name |
|---|
AllocatorTraits_RebindAlloc<T, U, bsl::void_t<T::rebind<U>::other>> |