Return the address of the object referred to by the specified x.
Synopses
Declared in <bslma_stdtestallocator.h>
Return the address of the object referred to by the specified x.
Return the address of the object referred to by the specified x.
StdTestAllocator<TYPE>::pointer
address(reference x) const;
Return Value
pointer to x
Parameters
Name |
Description |
x |
The object whose address is returned. |
Created with MrDocs