[#BloombergLP-bslma-ConstructionUtil_AllocAdaptorUtil-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/ConstructionUtil_AllocAdaptorUtil-06.adoc[ConstructionUtil_AllocAdaptorUtil]<TYPE, false, false> :relfileprefix: ../../ :mrdocs: This utility class template provides a static `adapt` method that adapts an allocator object to the type expected by `TYPE`. This primary template is instantiated only for a non‐AA `TYPE`; such types do not expect an allocator, so no `adapt` method is defined. == 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, false>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#