Specialization for allocators that define a nested rebind<U>::other.

Synopsis

Declared in <bslma_allocatortraits.h>

template<
    class T,
    class U>
struct AllocatorTraits_RebindAlloc<T, U, bsl::void_t<T::rebind<U>::other>>;

Type Aliases

Name

Description

type

Alias to T::template rebind<U>::other.

Created with MrDocs