13 #ifndef TINYMPL_FIND_IF_HPP
14 #define TINYMPL_FIND_IF_HPP
16 #include <tinympl/variadic/find_if.hpp>
17 #include <tinympl/as_sequence.hpp>
18 #include <tinympl/sequence.hpp>
34 template<
class Sequence,
template<
class ... T>
class F>
37 template<
template<
class ... T>
class F, class ... Args>
42 #endif // TINYMPL_FIND_IF_HPP
Definition: find_if.hpp:34
Definition: find_if.hpp:35
The main sequence type.
Definition: sequence.hpp:28