13 #ifndef TINYMPL_IS_UNIQUE_HPP
14 #define TINYMPL_IS_UNIQUE_HPP
16 #include <tinympl/sequence.hpp>
17 #include <tinympl/as_sequence.hpp>
18 #include <tinympl/variadic/is_unique.hpp>
43 #endif // TINYMPL_IS_UNIQUE_HPP
The main sequence type.
Definition: sequence.hpp:28
Determines whether the input sequence contains only unique elements.
Definition: is_unique.hpp:35
Determines whether the input sequence contains only unique elements.
Definition: is_unique.hpp:35