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.
Declared in <bdlcc_skiplist.h>
SkipList_NodeCreationHelper(
PoolManager* poolManager,
Node* node,
bslma::Allocator* basicAllocator = 0);