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