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