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