13 #ifndef TINYMPL_COUNT_HPP
14 #define TINYMPL_COUNT_HPP
16 #include <tinympl/as_sequence.hpp>
17 #include <tinympl/sequence.hpp>
18 #include <tinympl/variadic/count.hpp>
34 template<
class Sequence,
typename T>
37 template<
typename T,
class ... Args>
42 #endif // TINYMPL_COUNT_HPP
Counts the number of elements in a sequence equal to a given one.
Definition: count.hpp:36
Counts the number of elements in a sequence equal to a given one.
Definition: count.hpp:35
The main sequence type.
Definition: sequence.hpp:28