[#BloombergLP-bslstl-BidirectionalNodePool-emplaceIntoNewNode] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/BidirectionalNodePool.adoc[BidirectionalNodePool]::emplaceIntoNewNode :relfileprefix: ../../../ :mrdocs: Allocate a node of the type `BidirectionalNode<VALUE>`, and construct in‐place an object of the (template parameter) type `VALUE` with the specified constructor `arguments`. Return the address of the node. Note that the `next` and `prev` attributes of the returned node will be uninitialized. == Synopsis Declared in `<bslstl_bidirectionalnodepool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class... Args> xref:BloombergLP/bslalg/BidirectionalLink.adoc[bslalg::BidirectionalLink]* emplaceIntoNewNode(Args&&... arguments); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#