[#BloombergLP-bdlcc-SkipList_NodeCreationHelper-construct] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList_NodeCreationHelper.adoc[SkipList_NodeCreationHelper]::construct :relfileprefix: ../../../ :mrdocs: Attempt to copy‐construct the specified `key` and `data` into the node specified at construction; then release the node from management. Note that if an exception is thrown during the invocation of either constructor, the node will remain under management and thus the destructor of this object will do the appropriate cleanup. The behavior is undefined if `construct` has already been invoked on this scoped guard object. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void construct( KEY const& key, DATA const& data); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#