BloombergLP::bdlcc::SkipListPairHandle::key

key overloads

Synopses

Declared in <bdlcc_skiplist.h>

Return a reference to the non-modifiable "key" value of the pair referred to by this object. The behavior is undefined unless isValid returns true.

KEY const&
key() const;
» more...

Load into the specified value the "key" value of the pair referred to by this object. The behavior is undefined unless isValid returns true.

void
key(KEY* value) const;
» more...