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