Searched defs:mp_count_if_impl (Results 1 – 1 of 1) sorted by relevance
77 …late<class...> class L, class... T, template<class...> class P> struct mp_count_if_impl<L<T...>, P> struct79 using type = mp_size_t<(mp_to_bool<P<T>>::value + ... + 0)>;84 …late<class...> class L, class... T, template<class...> class P> struct mp_count_if_impl<L<T...>, P> struct86 using type = mp_size_t<cx_plus(mp_to_bool<P<T>>::value...)>;91 …late<class...> class L, class... T, template<class...> class P> struct mp_count_if_impl<L<T...>, P> struct95 template<class T> struct _f { using type = mp_to_bool<P<T>>; };96 using type = mp_size_t<mp_plus<typename _f<T>::type...>::value>;