BloombergLP::bslmt::ReadLockGuardUnlock::~ReadLockGuardUnlock

Destroy this guard and reacquire a read lock on any managed lock.

Synopsis

Declared in <bslmt_readlockguard.h>

~ReadLockGuardUnlock();

Description

Destroy this scoped guard and invoke the lockRead method on the lock object under management by this guard, if any. If no lock is currently being managed, this method has no effect.