[#BloombergLP-bslma-AllocatorTraits_RebindFront-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::AllocatorTraits_RebindFront :relfileprefix: ../../ :mrdocs: Primary template with no `type` unless `T` is a class template. == Synopsis Declared in `<bslma_allocatortraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class T, class U> struct AllocatorTraits_RebindFront; ---- == Description There shall be no member named `type` unless T is a class template with only type parameters. == Specializations [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslma/AllocatorTraits_RebindFront-04.adoc[`AllocatorTraits_RebindFront<ALLOC<T, ARGS...>, U>`] | Specialization that rebinds the first template argument of `ALLOC`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#