[#absl-btree_map-try_emplace-0d3] = xref:absl.adoc[absl]::xref:absl/btree_map.adoc[btree_map]::try_emplace :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<absl/container/btree_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class K = key_type, int = (EnableIf<LifetimeBoundK<K, false, IfRRef<int &&>::AddPtr<K>>>()), class... Args> decltype(auto) try_emplace( key_arg<K>&& k, Args&&... args); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#