Find the entry whose key dereferences to the given value.
Declared in <indirectmap.h>
<indirectmap.h>
const_iterator find(K const& key) const;
A const iterator to the found entry, or end() if not present.