A guard pattern on StripedUnorderedContainerImpl_LockElement, to release on exception, for a lock element locked as read.

Synopsis

Declared in <bdlcc_stripedunorderedcontainerimpl.h>

class StripedUnorderedContainerImpl_LockElementReadGuard;

Member Functions

Name

Description

StripedUnorderedContainerImpl_LockElementReadGuard [constructor]

Create a read guard for the specified lockElementPtr lock element.

~StripedUnorderedContainerImpl_LockElementReadGuard [destructor]

Release the guarded object

release

Release the guarded object

Created with MrDocs