This component‐private structure is a scoped guard that initializes new nodes and releases them in case of exception.
Synopsis
Declared in <bdlcc_skiplist.h>
template<
class KEY,
class DATA>
class SkipList_NodeCreationHelper;
Member Functions
Name |
Description |
|
Create a new scoped guard object to assist in exception‐safe initialization of the specified |
|
Destroy this scoped guard. If the guard currently manages a node, destroy its data as necessary and return it to the pool. |
Attempt to copy‐construct the specified |
Created with MrDocs