Return the address of the specified object x.
Declared in <bslma_bslallocator.h>
allocator<TYPE>::const_pointer
address(const_reference x) const;
Return the address of the object referred to by the specified x reference, even if the (template parameter) TYPE overloads the unary operator&.
pointer to x
| Name | Description |
|---|---|
| x | object whose address is returned |