[#BloombergLP-bdlcc-MultipriorityQueue_Node-2constructor-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/MultipriorityQueue_Node.adoc[MultipriorityQueue_Node]::MultipriorityQueue_Node :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlcc_multipriorityqueue.h>` Create a node containing the value of the specified `item` and having the specified `next` pointer. `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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlcc/MultipriorityQueue_Node/2constructor-08.adoc[MultipriorityQueue_Node]( xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<TYPE>] item, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator); ---- [.small]#xref:BloombergLP/bdlcc/MultipriorityQueue_Node/2constructor-08.adoc[_» more..._]# Create a node containing a copy of the specified `item` and having the specified `next` pointer. Use the specified `basicAllocator` to supply memory. The behavior is undefined unless `basicAllocator` is non‐null. Note that `item` must be copyable and assignable. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlcc/MultipriorityQueue_Node/2constructor-01.adoc[MultipriorityQueue_Node]( TYPE const& item, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator); ---- [.small]#xref:BloombergLP/bdlcc/MultipriorityQueue_Node/2constructor-01.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#