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