Find the entry whose key dereferences to the given value.

Synopsis

Declared in <indirectmap.h>

iterator
find(K const& key);

Return Value

An iterator to the found entry, or end() if not present.

Parameters

Name

Description

key

The value whose address is used as the lookup key.

Created with MrDocs