[#BloombergLP-bslma-ConstructionUtil_AllocAdaptorUtil-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/ConstructionUtil_AllocAdaptorUtil-06.adoc[ConstructionUtil_AllocAdaptorUtil]<TYPE, false, true> :relfileprefix: ../../ :mrdocs: This utility class template provides a static `adapt` method that adapts an allocator object to the type expected by `TYPE`. This partial specialization is instantiated for types that expect an allocator of type `bslma::Allocator *`. == Synopsis Declared in `<bslma_constructionutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> struct xref:BloombergLP/bslma/ConstructionUtil_AllocAdaptorUtil-06.adoc[ConstructionUtil_AllocAdaptorUtil]<TYPE, false, true>; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslma/ConstructionUtil_AllocAdaptorUtil-0b/adapt-01.adoc[`adapt`] | `adapt` overloads |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#