[#indirectmap-lower_bound-05] = xref:indirectmap.adoc[indirectmap]::lower_bound :relfileprefix: ../ :mrdocs: Find the first entry whose key is not ordered before the given value. == Synopsis Declared in `<indirectmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:indirectmap/iterator.adoc[iterator] lower_bound(K const& key); ---- == Return Value An iterator to the first such entry, or end() if none. == Parameters [cols="1,4"] |=== | Name| Description | *key* | The value whose address is used as the lookup key. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#