[#bsl-map-0a7-find-010] = xref:bsl.adoc[bsl]::xref:bsl/map-0a7.adoc[map]::find :relfileprefix: ../../ :mrdocs: Return an iterator providing modifiable access to the `value_type` object in this map whose key is equivalent to the specified `key`, if such an entry exists, and the past‐the‐end (`end`) iterator otherwise. == Synopsis Declared in `<bslstl_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class LOOKUP_KEY> xref:bsl/map-0a7/iterator.adoc[iterator] find(LOOKUP_KEY const& key) requires BloombergLP::bslmf::IsTransparentPredicate<COMPARATOR, LOOKUP_KEY>::value; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#