[#bsl-allocator_traits-0ae-rebind_alloc] = xref:bsl.adoc[bsl]::xref:bsl/allocator_traits-0ae.adoc[allocator_traits<std::allocator<ALLOCATOR_TYPE>>]::rebind_alloc :relfileprefix: ../../ :mrdocs: Alias template that rebinds the allocator to `ELEMENT_TYPE`. == Synopsis Declared in `<bslma_allocatortraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ELEMENT_TYPE> using rebind_alloc = Base::rebind_alloc<ELEMENT_TYPE>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#