Searched defs:mp_transform_third_impl (Results 1 – 1 of 1) sorted by relevance
316 template<class L, template<class...> class F> struct mp_transform_third_impl struct322 …ass U2, class U3, class... U, template<class...> class F> struct mp_transform_third_impl<L<U1, U2,… struct324 using type = L<U1, U2, F<U3>, U...>;