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 the key value of the referred pair into value.

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

Return Value

reference to the non-modifiable "key" value of the referred pair

Parameters

NameDescription
valuereceives the retrieved value