bsl::hash_map::find

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

Synopsis

Declared in <bslstp_hashmap.h>

iterator
find(key_type const& __key);

Return Value

iterator to the matching element, or end

Parameters

NameDescription
__keykey to search for