[#BloombergLP-bslstl-BidirectionalNodePool-2constructor-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/BidirectionalNodePool.adoc[BidirectionalNodePool]::BidirectionalNodePool :relfileprefix: ../../../ :mrdocs: 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 *`. == Synopsis Declared in `<bslstl_bidirectionalnodepool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit BidirectionalNodePool(ALLOCATOR const& allocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#