[#bsl-allocator-060-address-00] = xref:bsl.adoc[bsl]::xref:bsl/allocator-060.adoc[allocator<pair<TimeInterval const, Node*>>]::address :relfileprefix: ../../ :mrdocs: Return the address of the object referred to by the specified `x` reference, even if the (template parameter) `TYPE` overloads the unary `operator&`. == Synopsis Declared in `<bslma_bslallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/allocator-060/const_pointer.adoc[const_pointer] address(xref:bsl/allocator-060/const_reference.adoc[const_reference] x) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#