[#bsl-allocator_traits-0108-rebind_alloc] = xref:bsl.adoc[bsl]::xref:bsl/allocator_traits-0108.adoc[allocator_traits]::rebind_alloc :relfileprefix: ../../ :mrdocs: Rebind this allocator to the specified `ELEMENT_TYPE`. == Synopsis Declared in `<bslma_allocatortraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ELEMENT_TYPE> using rebind_alloc = BloombergLP::bslma::AllocatorTraits_RebindAlloc<ALLOCATOR_TYPE, ELEMENT_TYPE>::type; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#