[#bsl-map-0c7-try_emplace-085] = 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 a movable `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... Args> xref:bsl/map-0c7/iterator.adoc[iterator] try_emplace( xref:bsl/map-0c7/const_iterator.adoc[const_iterator] hint, xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<int>] key, Args&&... args); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#