Constructors
Declared in <bdlcc_skiplist.h>
Construct a new PairHandle that does not refer to a pair.
SkipListPairHandle();
» more...
Create a handle referring to the same pair as original.
SkipListPairHandle(SkipListPairHandle const& original);
» more...
| Name | Description |
|---|---|
| original | source object providing the initial value |