[#bsl-allocator-0a-address-071] = xref:bsl.adoc[bsl]::xref:bsl/allocator-0a.adoc[allocator<void>]::address :relfileprefix: ../../ :mrdocs: Return the address of the specified object `x`. == Synopses Declared in `<bslma_bslallocator.h>` Return the address of the specified object `x`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/allocator-0df.adoc[const_pointer] xref:bsl/allocator-0a/address-03.adoc[address](xref:bsl/allocator-0df.adoc[const_reference] x) const; ---- [.small]#xref:bsl/allocator-0a/address-03.adoc[_» more..._]# Return the address of the specified object `x`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/allocator-0df.adoc[pointer] xref:bsl/allocator-0a/address-073.adoc[address](xref:bsl/allocator-0df.adoc[reference] x) const; ---- [.small]#xref:bsl/allocator-0a/address-073.adoc[_» more..._]# == 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]#