Find the first entry whose key is not ordered before the given value.
Declared in <indirectmap.h>
<indirectmap.h>
iterator lower_bound(K const& key);
An iterator to the first such entry, or end() if none.