address overloads
Synopses
Declared in <bsltf_stdtestallocator.h>
Return the address providing non‐modifiable access to object.
Return the address providing modifiable access to object.
StdTestAllocator<TYPE>::pointer
address(reference object) const;
Return Value
-
the address providing non‐modifiable access to
object -
the address providing modifiable access to
object
Parameters
Name |
Description |
object |
object whose address is returned |
Created with MrDocs