Home
last modified time | relevance | path

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

/third_party/boost/boost/mp11/
Dalgorithm.hpp488 …> class L, class... T, template<class...> class P, class W> struct mp_replace_if_impl<L<T...>, P, … struct
491 template<class U> struct _f { using type = mp_if<P<U>, W, U>; };
492 using type = L<typename _f<T>::type...>;