[#bsl-hashtable-insert_equal-00] = xref:bsl.adoc[bsl]::xref:bsl/hashtable.adoc[hashtable]::insert_equal :relfileprefix: ../../ :mrdocs: Insert each value in the specified `[__f, __l)]` range, allowing duplicates. == Synopsis Declared in `<bslstp_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class _InputIterator> void insert_equal( _InputIterator __f, _InputIterator __l, std::input_iterator_tag const&); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#