Return the address of the object referred to by the specified x.
Declared in <bslma_stdtestallocator.h>
Return the address of the object referred to by the specified x.
StdTestAllocator<TYPE>::const_pointer
address(const_reference x) const;
» more...
Return the address of the object referred to by the specified x.
StdTestAllocator<TYPE>::pointer
address(reference x) const;
» more...
pointer to x
| Name | Description |
|---|---|
| x | The object whose address is returned. |