[#BloombergLP-bslma-IsStdAllocator-0f68] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/IsStdAllocator-07.adoc[IsStdAllocator]<xref:bsl/allocator-0df.adoc[bsl::allocator<TYPE>]> :relfileprefix: ../../ :mrdocs: A `bsl::allocator` inherits its `allocate` method from a base class, which causes `IsStdAllocator` to fail the auto‐detected it. == Synopsis Declared in `<bslma_bslallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> struct xref:BloombergLP/bslma/IsStdAllocator-07.adoc[IsStdAllocator]<xref:bsl/allocator-0df.adoc[bsl::allocator<TYPE>]> : xref:bsl/true_type.adoc[bsl::true_type] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/true_type.adoc[bsl::true_type]` | Metafunction representing the boolean constant `true`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#