address overloads
Declared in <bsltf_stdtestallocator.h>
Return the address providing non-modifiable access to object.
StdTestAllocator<TYPE>::const_pointer
address(const_reference object) const;
» more...
Return the address providing modifiable access to object.
StdTestAllocator<TYPE>::pointer
address(reference object) const;
» more...