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