Create a handle referring to the same pair as original.

Synopsis

Declared in <bdlcc_skiplist.h>

SkipListPairHandle(SkipListPairHandle const& original);

Description

Construct a new pair reference for the same list and pair as the specified original.

Parameters

Name

Description

original

source object providing the initial value

Created with MrDocs