[#BloombergLP-bdlcc-StripedUnorderedContainerImpl_LockElementWriteGuard] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::StripedUnorderedContainerImpl_LockElementWriteGuard :relfileprefix: ../../ :mrdocs: A guard pattern on StripedUnorderedContainerImpl_LockElement, to release on exception, for a lock element locked as write. == Synopsis Declared in `<bdlcc_stripedunorderedcontainerimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class StripedUnorderedContainerImpl_LockElementWriteGuard; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl_LockElementWriteGuard/2constructor.adoc[`StripedUnorderedContainerImpl_LockElementWriteGuard`] [.small]#[constructor]# | Create a guard object `StripedUnorderedContainerImpl_LockElementWriteGuard` for the specified `lockElementPtr` `bdlcc::StripedUnorderedContainerImpl_LockElement` object. | xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl_LockElementWriteGuard/2destructor.adoc[`~StripedUnorderedContainerImpl_LockElementWriteGuard`] [.small]#[destructor]# | Release the guarded object | xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl_LockElementWriteGuard/release.adoc[`release`] | Release the guarded object |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#