I would like to know if there is any std library or boost tool to easily merge the contents of multiple sets into a single one.
In my case I have some sets of ints which I would like to merge.
|
|
|
You can do something like:
|
|||
|
|
|
Looks like you are asking for set_union. |
|||
|
|
look what std::merge can do for you |
|||||||||
|