[#absl-btree_map-try_emplace-0da] = xref:absl.adoc[absl]::xref:absl/btree_map.adoc[btree_map]::try_emplace :relfileprefix: ../../ :mrdocs: == Synopses Declared in `<absl/container/btree_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class K = key_type, class... Args, decltype() = 0> decltype(auto) xref:absl/btree_map/try_emplace-0d9.adoc[try_emplace]( key_arg<K> const& k, Args&&... args); ---- [.small]#xref:absl/btree_map/try_emplace-0d9.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class K = key_type, int = (EnableIf<LifetimeBoundK<K, false, IfRRef<const int &>::AddPtr<K>>>()), class... Args> decltype(auto) xref:absl/btree_map/try_emplace-0c8.adoc[try_emplace]( key_arg<K> const& k, Args&&... args); ---- [.small]#xref:absl/btree_map/try_emplace-0c8.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class K = key_type, class... Args, decltype() = 0> decltype(auto) xref:absl/btree_map/try_emplace-0c9.adoc[try_emplace]( key_arg<K>&& k, Args&&... args); ---- [.small]#xref:absl/btree_map/try_emplace-0c9.adoc[_» more..._]# [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) xref:absl/btree_map/try_emplace-0d3.adoc[try_emplace]( key_arg<K>&& k, Args&&... args); ---- [.small]#xref:absl/btree_map/try_emplace-0d3.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class K = key_type, class... Args, decltype() = 0> decltype(auto) xref:absl/btree_map/try_emplace-04.adoc[try_emplace]( const_iterator hint, key_arg<K> const& k, Args&&... args); ---- [.small]#xref:absl/btree_map/try_emplace-04.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class K = key_type, int = (EnableIf<LifetimeBoundK<K, false, IfRRef<const int &>::AddPtr<K>>>()), class... Args> decltype(auto) xref:absl/btree_map/try_emplace-030.adoc[try_emplace]( const_iterator hint, key_arg<K> const& k, Args&&... args); ---- [.small]#xref:absl/btree_map/try_emplace-030.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class K = key_type, class... Args, decltype() = 0> decltype(auto) xref:absl/btree_map/try_emplace-03e.adoc[try_emplace]( const_iterator hint, key_arg<K>&& k, Args&&... args); ---- [.small]#xref:absl/btree_map/try_emplace-03e.adoc[_» more..._]# [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) xref:absl/btree_map/try_emplace-07.adoc[try_emplace]( const_iterator hint, key_arg<K>&& k, Args&&... args); ---- [.small]#xref:absl/btree_map/try_emplace-07.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#