[#bsl-hash_map-insert-07] = xref:bsl.adoc[bsl]::xref:bsl/hash_map.adoc[hash_map]::insert :relfileprefix: ../../ :mrdocs: Insert each value in the specified range. == Synopsis Declared in `<bslstp_hashmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class _InputIterator> void insert( _InputIterator __f, _InputIterator __l); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#