data overloads
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 into the specified value the "data" value of the pair referred to by this object. The behavior is undefined unless isValid returns true.
void
data(DATA* value) const;
» more...