key overloads
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;
» more...
Load the key value of the referred pair into value.
void
key(KEY* value) const;
» more...
reference to the non-modifiable "key" value of the referred pair
| Name | Description |
|---|---|
| value | receives the retrieved value |