Insert each element from the values initializer list.
Declared in <bslstl_unorderedmultiset.h>
void
insert(std::initializer_list<KEY> values);
Insert into this unordered 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 unordered multiset (see {Requirements on KEY}).
| Name | Description |
|---|---|
| values | initializer list of keys to insert |