[#bsl-map-0a7-try_emplace-0de] = xref:bsl.adoc[bsl]::xref:bsl/map-0a7.adoc[map]::try_emplace :relfileprefix: ../../ :mrdocs: Same as the preceding `try_emplace` overload, for movable keys. == Synopsis Declared in `<bslstl_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class... Args> xref:bsl/pair-0b.adoc[pair<map<KEY, VALUE, COMPARATOR, ALLOCATOR>::iterator, bool>] try_emplace( xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<KEY>] key, Args&&... args); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#