bsl::hash_multiset::find

Return an iterator to an element with the specified __key, or end.

Synopsis

Declared in <bslstp_hashset.h>

template<class _KT>
iterator
find(_KT const& __key) const;

Return Value

iterator to a matching element, or end if none

Parameters

NameDescription
__keykey to search for