[#BloombergLP-bslma-ConstructionUtil_AllocAdaptorUtil-0b-adapt-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/ConstructionUtil_AllocAdaptorUtil-0b.adoc[ConstructionUtil_AllocAdaptorUtil<TYPE, false, true>]::adapt :relfileprefix: ../../../ :mrdocs: Return the `bslma::Allocator` pointer held by the specified `a` object of non‐pointer class. Compilation will fail if type `ALLOC` does not provide a `mechanism()` accessor returning a pointer to type convertible to `bslma::Allocator *`. == Synopsis Declared in `<bslma_constructionutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ALLOC> static xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* adapt(ALLOC const& a); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#