[#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: == Synopsis Declared in `<bslma_allocatortraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename _Tp> using rebind_alloc = __alloc_rebind<_Alloc, _Tp>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#