13 #ifndef TINYMPL_UNIQUE_HPP
14 #define TINYMPL_UNIQUE_HPP
16 #include <tinympl/variadic/unique.hpp>
17 #include <tinympl/as_sequence.hpp>
18 #include <tinympl/sequence.hpp>
36 template<
class Sequence,
37 template<
class ...>
class Out = as_sequence<Sequence>::template rebind>
40 template<
template<
class ...>
class Out,
class ... Args>
45 #endif // TINYMPL_UNIQUE_HPP
Produces a sequence of unique elements from the input sequence, preserving the ordering.
Definition: unique.hpp:35
Produces a sequence of unique elements from the input sequence, preserving the ordering.
Definition: unique.hpp:38
The main sequence type.
Definition: sequence.hpp:28