Return true if this reader‐write lock is currently read locked, and false otherwise.
Synopsis
Declared in <bslmt_readerwriterlock.h>
bool
isLockedRead() const;
Return Value
true if read locked, and false otherwise
Created with MrDocs