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