Cease managing the current lock without unlocking it.
Synopsis
Declared in <bsls_bsllock.h>
void
release();
Description
Release from management, with no effect, the object currently managed by this guard, if any. Note that unlock is not called on the managed object upon its release.
Created with MrDocs