[#BloombergLP-bslma-StdTestAllocator-const_reference] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/StdTestAllocator.adoc[StdTestAllocator]::const_reference :relfileprefix: ../../../ :mrdocs: Alias for a constant reference to the value type. == Synopsis Declared in `<bslma_stdtestallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef bsl::conditional<bsl::is_void<TYPE>::value, void, TYPE const&>::type const_reference; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#