[#BloombergLP-bdlcc-MultipriorityQueue_Node-2constructor-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/MultipriorityQueue_Node.adoc[MultipriorityQueue_Node]::MultipriorityQueue_Node :relfileprefix: ../../../ :mrdocs: Create a node by moving from the specified `item`. == Synopsis Declared in `<bdlcc_multipriorityqueue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- MultipriorityQueue_Node( xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<TYPE>] item, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator); ---- == Description Create a node containing the value of the specified `item`. `item` is left in a valid but unspecified state. Use the specified `basicAllocator` to supply memory. The behavior is undefined unless `basicAllocator` is non‐null. == Parameters [cols="1,4"] |=== | Name| Description | *item* | item to move into this node | *basicAllocator* | allocator used to supply memory |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#