[#BloombergLP-bslma-StdTestAllocator-address-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/StdTestAllocator.adoc[StdTestAllocator]::address :relfileprefix: ../../../ :mrdocs: Return the address of the object referred to by the specified `x`, even if the (template parameter) `TYPE` overloads the unary `operator&`. == Synopses Declared in `<bslma_stdtestallocator.h>` Return the address of the object referred to by the specified `x`, even if the (template parameter) `TYPE` overloads the unary `operator&`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslma/StdTestAllocator/const_pointer.adoc[StdTestAllocator<TYPE>::const_pointer] xref:BloombergLP/bslma/StdTestAllocator/address-06.adoc[address](xref:BloombergLP/bslma/StdTestAllocator/const_reference.adoc[const_reference] x) const; ---- [.small]#xref:BloombergLP/bslma/StdTestAllocator/address-06.adoc[_» more..._]# Return the address of the object referred to by the specified `x`, even if the (template parameter) `TYPE` overloads the unary `operator&`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslma/StdTestAllocator/pointer.adoc[StdTestAllocator<TYPE>::pointer] xref:BloombergLP/bslma/StdTestAllocator/address-09.adoc[address](xref:BloombergLP/bslma/StdTestAllocator/reference.adoc[reference] x) const; ---- [.small]#xref:BloombergLP/bslma/StdTestAllocator/address-09.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#