[#BloombergLP-bslma-IsStdAllocator-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/IsStdAllocator-07.adoc[IsStdAllocator]<std::allocator<void>> :relfileprefix: ../../ :mrdocs: `std::allocator<void>` is not an allocator type, even though all other specializations are allocator types. == Synopsis Declared in `<bslma_isstdallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct xref:BloombergLP/bslma/IsStdAllocator-07.adoc[IsStdAllocator]<std::allocator<void>> : xref:bsl/false_type.adoc[bsl::false_type] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:bsl/false_type.adoc[bsl::false_type]` | Metafunction representing the boolean constant `false`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#