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