13 #ifndef TINYMPL_ANY_OF_HPP
14 #define TINYMPL_ANY_OF_HPP
16 #include <tinympl/variadic/any_of.hpp>
17 #include <tinympl/as_sequence.hpp>
18 #include <tinympl/sequence.hpp>
33 template<
class Sequence,
template<
class ...>
class F>
36 template<
template<
class ...>
class F,
class ... Args>
41 #endif // TINYMPL_ANY_OF_HPP
Determines whether any of the elements in the sequence satisfy the given predicate.
Definition: any_of.hpp:34
Determines whether any of the elements in the sequence satisfy the given predicate.
Definition: any_of.hpp:32
The main sequence type.
Definition: sequence.hpp:28