find overloads
find
Declared in <bslstp_hashmap.h>
<bslstp_hashmap.h>
Return an iterator to an element with the specified __key, or end.
__key
end
iterator find(key_type const& __key);
Return a const iterator to an element with the specified __key, or end.
const_iterator find(key_type const& __key) const;