Insert each unique value from the values initializer list.

Synopsis

Declared in <bslstl_set.h>

void
insert(std::initializer_list<KEY> values);

Description

This method requires that the (template parameter) type KEY be copy‐insertable (see {Requirements on KEY}).

Parameters

Name

Description

values

initializer list of keys to insert

Created with MrDocs