[#BloombergLP-bdlcc-SkipList_NodeCreationHelper-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList_NodeCreationHelper.adoc[SkipList_NodeCreationHelper]::SkipList_NodeCreationHelper :relfileprefix: ../../../ :mrdocs: Create a new scoped guard object to assist in exception‐safe initialization of the specified `node`, which was allocated from the specified `poolManager`. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- SkipList_NodeCreationHelper( xref:BloombergLP/bdlcc/SkipList_NodeCreationHelper.adoc[PoolManager]* poolManager, xref:BloombergLP/bdlcc/SkipList_NodeCreationHelper.adoc[Node]* node, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#