13 #ifndef TINYMPL_COUNT_IF_HPP
14 #define TINYMPL_COUNT_IF_HPP
16 #include <tinympl/variadic/count_if.hpp>
17 #include <tinympl/as_sequence.hpp>
18 #include <tinympl/sequence.hpp>
33 template<
class Sequence,
template<
class ... T>
class F>
36 template<
template<
class ... T>
class F, class ... Args>
41 #endif // TINYMPL_COUNT_IF_HPP
Counts the number of elements which satisfy a given predicate.
Definition: count_if.hpp:33
Counts the number of elements which satisfy a given predicate.
Definition: count_if.hpp:34
The main sequence type.
Definition: sequence.hpp:28