[#bsl-hash_set-insert-04] = xref:bsl.adoc[bsl]::xref:bsl/hash_set.adoc[hash_set]::insert :relfileprefix: ../../ :mrdocs: Insert each value in the specified range. == Synopsis Declared in `<bslstp_hashset.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]#