Return the address of the currently managed object, or 0 if unset.
Synopsis
Declared in <bslma_managedptr_members.h>
void*
pointer() const;
Description
Return the address providing modifiable access to the currently managed object, or 0 if this object is in an unset state. Note that the returned pointer may be an alias to the managed object.
Return Value
address of the currently managed object, or 0 if unset
Created with MrDocs