tinympl
0.2
mini MPL library for C++11
|
Produces a sequence of unique elements from the input sequence, preserving the ordering. More...
#include <tinympl/variadic/unique.hpp>
Produces a sequence of unique elements from the input sequence, preserving the ordering.
Out | the output sequence type - defaults to the same kind of the input sequence. |
Args... | The input sequence. |
unique<...>::type
is a type templated from Out
which contains the resulting sequence.