[#bsl-allocator-0a-address-03] = xref:bsl.adoc[bsl]::xref:bsl/allocator-0a.adoc[allocator<void>]::address :relfileprefix: ../../ :mrdocs: Return the address of the specified object `x`. == Synopsis Declared in `<bslma_bslallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/allocator-0df.adoc[const_pointer] address(xref:bsl/allocator-0df.adoc[const_reference] x) const; ---- == Description Return the address of the object referred to by the specified `x` reference, even if the (template parameter) `TYPE` overloads the unary `operator&`. == Return Value pointer to `x` == Parameters [cols="1,4"] |=== | Name| Description | *x* | object whose address is returned |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#