[#BloombergLP-bslma-IsStdAllocator_v] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::IsStdAllocator_v :relfileprefix: ../../ :mrdocs: This template variable represents the result value of the `bslma::IsStdAllocator` meta‐function. == Synopsis Declared in `<bslma_isstdallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> inline constexpr bool IsStdAllocator_v = IsStdAllocator<TYPE>::value; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#