Return the address of the modifiable lock object under management by this guard, or 0 if no lock is currently being managed.

Synopsis

Declared in <bslmt_readlockguard.h>

T*
ptr() const;

Return Value

address of the managed lock, or 0 if none

Created with MrDocs