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
Name |
Description |
__key |
key to search for |
Created with MrDocs