[#bsl-map-0c7-try_emplace-05] = xref:bsl.adoc[bsl]::xref:bsl/map-0c7.adoc[map<int, pair<shared_ptr<Statistics>, shared_ptr<Collector<OsLinux>>>>]::try_emplace :relfileprefix: ../../ :mrdocs: Insert at the specified `hint` using the transparent `LOOKUP_KEY` and the specified constructor `args`, or return an iterator to an existing entry. == Synopsis Declared in `<bslstl_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class LOOKUP_KEY, class... Args> xref:bsl/map-0c7/iterator.adoc[iterator] try_emplace( xref:bsl/map-0c7/const_iterator.adoc[const_iterator] hint, LOOKUP_KEY&& key, Args&&... args) requires BloombergLP::bslmf::IsTransparentPredicate<COMPARATOR, LOOKUP_KEY>::value; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#