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