13 #ifndef TINYMPL_ALL_OF_HPP
14 #define TINYMPL_ALL_OF_HPP
16 #include <tinympl/variadic/all_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_ALL_OF_HPP
Determines whether every element in the sequence satisfies the given predicate.
Definition: all_of.hpp:31
Determines whether every element in the sequence satisfies the given predicate.
Definition: all_of.hpp:34
The main sequence type.
Definition: sequence.hpp:28