Find the first entry whose key is not ordered before the given value.
Declared in <indirectmap.h>
Find the first entry whose key is not ordered before the given value.
iterator
lower_bound(K const& key);
» more...
Find the first entry whose key is not ordered before the given value.
const_iterator
lower_bound(K const& key) const;
» more...
| Name | Description |
|---|---|
| key | The value whose address is used as the lookup key. |