[#BloombergLP-bdlcc-StripedUnorderedContainerImpl_Node-2constructor-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl_Node.adoc[StripedUnorderedContainerImpl_Node]::StripedUnorderedContainerImpl_Node :relfileprefix: ../../../ :mrdocs: Same as the preceding overload, moving `value` into the node. == Synopsis Declared in `<bdlcc_stripedunorderedcontainerimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- StripedUnorderedContainerImpl_Node( KEY const& key, xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<VALUE>] value, xref:BloombergLP/bdlcc/StripedUnorderedContainerImpl_Node.adoc[StripedUnorderedContainerImpl_Node]* nextPtr, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- == Parameters [cols="1,4"] |=== | Name| Description | *key* | key attribute of the node | *value* | value attribute of the node | *nextPtr* | pointer to the next node in the bucket | *basicAllocator* | allocator used to supply memory |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#