[#bsl-unordered_multimap-0b0-insert_range] = xref:bsl.adoc[bsl]::xref:bsl/unordered_multimap-0b0.adoc[unordered_multimap]::insert_range :relfileprefix: ../../ :mrdocs: Insert into this unordered multimap the value of each `value_type` object in the specified `range`. Note that `RANGE` must meet the requirements of an input range and the values from `range` must have a type matching or convertible to `value_type`. == Synopsis Declared in `<bslstl_unorderedmultimap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class RANGE> void insert_range(RANGE&& range); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#