[#BloombergLP-bslstl-BidirectionalNodePool-moveIntoNewNode] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/BidirectionalNodePool.adoc[BidirectionalNodePool]::moveIntoNewNode :relfileprefix: ../../../ :mrdocs: Allocate a node of the type `BidirectionalNode<VALUE>`, and move‐construct an object of the (template parameter) type `VALUE` with the (explicitly moved) value indicated by the `value` attribute of the specified `original` link. Return the address of the node. Note that the `next` and `prev` attributes of the returned node will be uninitialized. Also note that the `value` attribute of `original` is left in a valid but unspecified state. == Synopsis Declared in `<bslstl_bidirectionalnodepool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslalg/BidirectionalLink.adoc[bslalg::BidirectionalLink]* moveIntoNewNode(xref:BloombergLP/bslalg/BidirectionalLink.adoc[bslalg::BidirectionalLink]* original); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#