Luna::SelfIndexedUnorderedMultiMap::find
iterator find(const key_type &key)
Finds the specified element in the map.
Parameters
-
in key
The key of the element to find.
Return value
Returns one iterator to the element if the element is found. Returns end()
otherwise.