tinympl
0.2
mini MPL library for C++11
|
Computes the intersection between two sets. More...
#include <tinympl/set_intersection.hpp>
Computes the intersection between 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