bsl::allocator<void>::address

Return the address of the object referred to by the specified x reference, even if the (template parameter) TYPE overloads the unary operator&.

Synopses

Declared in <bslma_bslallocator.h>

Return the address of the object referred to by the specified x reference, even if the (template parameter) TYPE overloads the unary operator&.

const_pointer
address(const_reference x) const;
» more...

Return the address of the object referred to by the specified x reference, even if the (template parameter) TYPE overloads the unary operator&.

pointer
address(reference x) const;
» more...