bsl::allocator<void>::address

Return the address of the specified object x.

Synopses

Declared in <bslma_bslallocator.h>

Return the address of the specified object x.

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

Return the address of the specified object x.

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

Return Value

pointer to x

Parameters

NameDescription
xobject whose address is returned