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;
Load the data value of the referred pair into value.
void
data(DATA* value) const;
Return Value
reference to the "data" value of the referred pair
Parameters
Name |
Description |
value |
receives the retrieved value |
Created with MrDocs