[#BloombergLP-bslma-AllocatorTraits_RebindAlloc-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/AllocatorTraits_RebindAlloc-0a.adoc[AllocatorTraits_RebindAlloc]<T, U, xref:bsl/void_t.adoc[bsl::void_t<T::rebind<U>::other>]> :relfileprefix: ../../ :mrdocs: Specialization for allocators that define a nested `rebind<U>::other`. == Synopsis Declared in `<bslma_allocatortraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class T, class U> struct xref:BloombergLP/bslma/AllocatorTraits_RebindAlloc-0a.adoc[AllocatorTraits_RebindAlloc]<T, U, xref:bsl/void_t.adoc[bsl::void_t<T::rebind<U>::other>]>; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslma/AllocatorTraits_RebindAlloc-02/type.adoc[`type`] | Alias to `T::template rebind<U>::other`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#