tinympl
0.2
mini MPL library for C++11
|
Computes the union of two sets. More...
#include <tinympl/set_union.hpp>
Computes the union of two sets.
SequenceA | The sequence which represents the first set - duplicates are ignored |
SequenceB | The sequence which represents the second set - duplicates are ignored |
Out | the output sequence type - defaults to the same kind of SequenceA |
Out
which contains the resulting sequence seq<A...>
and seq<B...>
are the two input sequences, the resulting sequence is constructed as unique< seq<A...,B...> >