[#BloombergLP-bdlcc-SkipList-0a-findUpperBound] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/SkipList-0a.adoc[SkipList]::findUpperBound :relfileprefix: ../../../ :mrdocs: 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 front (in ascending order of key value). Return 0 on success, and a non‐zero value (with no effect on `item`) if no such element exists. == Synopsis Declared in `<bdlcc_skiplist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int findUpperBound( xref:BloombergLP/bdlcc/SkipList-0a/PairHandle.adoc[PairHandle]* item, KEY const& key) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#