find overloads
Declared in <bslstp_hashtable.h>
Return an iterator to the element with the specified key, or end.
template<class _KT>
iterator
find(_KT const& __key);
» more...
Return a const iterator to the element with the specified key, or end.
template<class _KT>
const_iterator
find(_KT const& __key) const;
» more...