[#absl-btree_multiset-emplace_hint-0e] = xref:absl.adoc[absl]::xref:absl/btree_multiset.adoc[btree_multiset]::emplace_hint :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<absl/container/btree_set.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename... Args> iterator emplace_hint( const_iterator hint, Args&&... args); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#