tinympl
0.2
mini MPL library for C++11
|
Counts the number of elements in a sequence equal to a given one. More...
#include <tinympl/count.hpp>
Counts the number of elements in a sequence equal to a given one.
Sequence | The input sequence |
T | the type to be tested. |
count<...>::type
is std::integral_constant<std::size_t,V>
where V
is the number of elements in the sequence equal to T