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 the data value of the referred pair into value.
void
data(DATA* value) const;
» more...
reference to the "data" value of the referred pair
| Name | Description |
|---|---|
| value | receives the retrieved value |