[#BloombergLP-bslstl-BidirectionalNodePool-2constructor-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/BidirectionalNodePool.adoc[BidirectionalNodePool]::BidirectionalNodePool :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bslstl_bidirectionalnodepool.h>` Create a bidirectional node‐pool, adopting all outstanding memory allocations associated with the specified `original` node‐pool, that will use the allocator associated with `original` to supply memory for allocated node objects. `original` is left in a valid but unspecified state. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslstl/BidirectionalNodePool/2constructor-00.adoc[BidirectionalNodePool](xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<BidirectionalNodePool>] original); ---- [.small]#xref:BloombergLP/bslstl/BidirectionalNodePool/2constructor-00.adoc[_» more..._]# Create a `BidirectionalNodePool` object that will use the specified `allocator` to supply memory for allocated node objects. If the (template parameter) `ALLOCATOR` is `bsl::allocator`, then `allocator` shall be convertible to `bslma::Allocator *`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bslstl/BidirectionalNodePool/2constructor-06.adoc[BidirectionalNodePool](ALLOCATOR const& allocator); ---- [.small]#xref:BloombergLP/bslstl/BidirectionalNodePool/2constructor-06.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#