[#indirectmap-find-01] = xref:indirectmap.adoc[indirectmap]::find :relfileprefix: ../ :mrdocs: Find the entry whose key dereferences to the given value. == Synopsis Declared in `<indirectmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:indirectmap/const_iterator.adoc[const_iterator] find(K const& key) const; ---- == Return Value A const iterator to the found entry, or end() if not present. == 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]#