[#BloombergLP-bdlcc-StripedUnorderedContainerImpl_ArrayOfLocksWriteGuard-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl_ArrayOfLocksWriteGuard.adoc[StripedUnorderedContainerImpl_ArrayOfLocksWriteGuard]::StripedUnorderedContainerImpl_ArrayOfLocksWriteGuard :relfileprefix: ../../../ :mrdocs: Create a guard object 'StripedUnorderedContainerImpl_ArrayOfLocksWriteGuard' to lock and unlock elements in an array beginning with the lock pointed to by the specified 'firstLock'. Note that this lock is _not_ locked on construction. == Synopsis Declared in `<bdlcc_stripedunorderedcontainerimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- StripedUnorderedContainerImpl_ArrayOfLocksWriteGuard(xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl_LockElement.adoc[StripedUnorderedContainerImpl_LockElement]* firstLock_p); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#