[#BloombergLP-bslma-ConstructionUtil_IsAllocatorPtr-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/ConstructionUtil_IsAllocatorPtr-06.adoc[ConstructionUtil_IsAllocatorPtr]<ALLOC*> :relfileprefix: ../../ :mrdocs: This partial specialization is for pointer type `ALLOC *` and evaulates true if and only if `ALLOC` is derived from `bslma::Allocator`. == Synopsis Declared in `<bslma_constructionutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ALLOC> struct xref:BloombergLP/bslma/ConstructionUtil_IsAllocatorPtr-06.adoc[ConstructionUtil_IsAllocatorPtr]<ALLOC*> : bsl::is_convertible<ALLOC*, bslma::Allocator*>::type ---- == Base Classes [cols="1,4"] |=== | Name| Description | `bsl::is_convertible<ALLOC*, bslma::Allocator*>::type` | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#