This class holds locks on an array of locks, established in sequential order, and unlocks them upon destruction in the RAII pattern.
Synopsis
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
class StripedUnorderedContainerImpl_ArrayOfLocksWriteGuard;
Member Functions
Name |
Description |
|
Create a guard for an array of locks beginning at |
|
Release all guarded locks and destroy this object. |
Lock |
Created with MrDocs