[#BloombergLP-bdlcc-StripedUnorderedContainerImpl_RehashBitSetGuard-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl_RehashBitSetGuard.adoc[StripedUnorderedContainerImpl_RehashBitSetGuard]::StripedUnorderedContainerImpl_RehashBitSetGuard :relfileprefix: ../../../ :mrdocs: Create a `StripedUnorderedContainerImpl_RehashBitSetGuard` object that attempts to set the rehash bit of the object pointed to by the specified `state_p` argument. If successful, the rehash bit will be cleared during destruction. == Synopsis Declared in `<bdlcc_stripedunorderedcontainerimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit StripedUnorderedContainerImpl_RehashBitSetGuard(xref:BloombergLP/bsls/AtomicInt.adoc[bsls::AtomicInt]* state_p); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#