Insert each unique value from the values initializer list.
Declared in <bslstl_set.h>
void
insert(std::initializer_list<KEY> values);
This method requires that the (template parameter) type KEY be copy-insertable (see {Requirements on KEY}).
| Name | Description |
|---|---|
| values | initializer list of keys to insert |