Find the upper bound for key, searching from the back.
Declared in <bdlcc_skiplist.h>
int
findUpperBoundR(
PairHandle* item,
KEY const& key) const;
Find the upper bound for key searching from the back.
Load into the specified item a reference to the first element in this list whose key value is greater than the specified key found by searching the list from the back (in descending order of key value). Return 0 on success, and a non-zero value (with no effect on item) if no such element exists.
0 on success, and a non-zero value if not found
| Name | Description |
|---|---|
| item | receives or identifies a list item |
| key | key value to bound |