Searched defs:mp_transform_second_impl (Results 1 – 1 of 1) sorted by relevance
296 template<class L, template<class...> class F> struct mp_transform_second_impl struct302 …ss U1, class U2, class... U, template<class...> class F> struct mp_transform_second_impl<L<U1, U2,… struct304 using type = L<U1, F<U2>, U...>;