Home
last modified time | relevance | path

Searched defs:mp_remove_if_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/mp11/detail/
Dmp_remove_if.hpp25 template<class L, template<class...> class P> struct mp_remove_if_impl struct
29 …ate<class...> class L, class... T, template<class...> class P> struct mp_remove_if_impl<L<T...>, P> struct
32 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...>;