Home
last modified time | relevance | path

Searched refs:mp_count_if_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/mp11/detail/
Dmp_count.hpp73 template<class L, template<class...> class P> struct mp_count_if_impl;
77 …late<class...> class L, class... T, template<class...> class P> struct mp_count_if_impl<L<T...>, P> struct
84 …late<class...> class L, class... T, template<class...> class P> struct mp_count_if_impl<L<T...>, P> struct
91 …late<class...> class L, class... T, template<class...> class P> struct mp_count_if_impl<L<T...>, P> struct
109 template<class L, template<class...> class P> using mp_count_if = typename detail::mp_count_if_impl
/third_party/boost/libs/mp11/doc/article/
Dsimple_cxx11_metaprogramming.adoc1145 template<class L, template<class...> class P> struct mp_count_if_impl;
1148 struct mp_count_if_impl<L<T...>, P>
1154 using mp_count_if = typename mp_count_if_impl<L, P>::type;
1161 template<class L, template<class...> class P> struct mp_count_if_impl;
1164 struct mp_count_if_impl<L<T...>, P>
1170 using mp_count_if = typename mp_count_if_impl<L, P>::type;