Destroy this guard and lock any managed lock.

Synopsis

Declared in <bslmt_lockguard.h>

~LockGuardUnlock();

Description

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

Created with MrDocs