Return the address of the specified object x.
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...
pointer to x
| Name | Description |
|---|---|
| x | object whose address is returned |