Insert all elements of src into a std::set.
Declared in <util/insert.h>
template<
typename TsetT,
typename Tsrc>
void
insert(
std::set<TsetT>& dst,
Tsrc const& src);
| Name | Description |
|---|---|
| dst | The set to insert into. |
| src | The container whose elements are inserted. |