BloombergLP::bdlcc::SkipListPairHandle::data

data overloads

Synopses

Declared in <bdlcc_skiplist.h>

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

DATA&
data() const;
» more...

Load the data value of the referred pair into value.

void
data(DATA* value) const;
» more...

Return Value

reference to the "data" value of the referred pair

Parameters

NameDescription
valuereceives the retrieved value