Create a guard that unlocks lock.

Synopsis

Declared in <bslmt_lockguard.h>

explicit
UnLockGuard(T* lock);

Parameters

Name

Description

lock

lock object to unlock; may be null

Created with MrDocs