Return an iterator to the element with the specified key, or end.
Synopsis
Declared in <bslstp_hashtable.h>
template<class _KT>
iterator
find(_KT const& __key);
Return Value
iterator to the matching element, or end
Parameters
Name |
Description |
__key |
key to search for |
Created with MrDocs