[#bsl-hash_set-insert-07] = xref:bsl.adoc[bsl]::xref:bsl/hash_set.adoc[hash_set]::insert :relfileprefix: ../../ :mrdocs: `insert` overloads == Synopses Declared in `<bslstp_hashset.h>` Insert the specified `__obj` if no equivalent element exists. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/pair-0b.adoc[pair<iterator, bool>] xref:bsl/hash_set/insert-0e.adoc[insert](xref:bsl/hash_set/value_type.adoc[value_type] const& __obj); ---- [.small]#xref:bsl/hash_set/insert-0e.adoc[_» more..._]# Insert each value in the specified range. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class _InputIterator> void xref:bsl/hash_set/insert-04.adoc[insert]( _InputIterator __f, _InputIterator __l); ---- [.small]#xref:bsl/hash_set/insert-04.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#