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