[#bsl-multiset-03-insert-049] = xref:bsl.adoc[bsl]::xref:bsl/multiset-03.adoc[multiset]::insert :relfileprefix: ../../ :mrdocs: Insert into this multiset the value of each `value_type` object in the specified `values` initializer list. This method requires that the (template parameter) type `KEY` be `copy‐insertable` into this multiset (see {Requirements on `KEY`}). == Synopsis Declared in `<bslstl_multiset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void insert(std::initializer_list<KEY> values); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#