Searched defs:mp_remove_if_impl (Results 1 – 1 of 1) sorted by relevance
25 template<class L, template<class...> class P> struct mp_remove_if_impl struct29 …ate<class...> class L, class... T, template<class...> class P> struct mp_remove_if_impl<L<T...>, P> struct32 template<class U> struct _f { using type = mp_if<P<U>, mp_list<>, mp_list<U>>; };33 using type = mp_append<L<>, typename _f<T>::type...>;