Luna::UnorderedMultiSet::find

const_iterator find(const key_type &key) const

Finds the specified element in the set.

Parameters

  • in key

    The key of the element to find.

Return value

Returns one const iterator to the element if the element is found. Returns end() otherwise.