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>

void
construct(
    KEY const& key,
    DATA const& data);

Created with MrDocs