bsl::allocator_traits<std::allocator<ALLOCATOR_TYPE>>::rebind_alloc

Alias template that rebinds the allocator to ELEMENT_TYPE.

Synopsis

Declared in <bslma_allocatortraits.h>

template<class ELEMENT_TYPE>
using rebind_alloc = Base::rebind_alloc<ELEMENT_TYPE>;