BloombergLP::bslma::AllocatorTraits_RebindAlloc

should be pointer_traits::rebind of template above

Synopsis

Declared in <bslma_allocatortraits.h>

template<
    class T,
    class U,
    class = void>
struct AllocatorTraits_RebindAlloc;

Type Aliases

NameDescription
type Rebound allocator type.

Specializations

Name
AllocatorTraits_RebindAlloc<T, U, bsl::void_t<T::rebind<U>::other>>