Searched defs:mp_transform_front_impl (Results 1 – 1 of 1) sorted by relevance
272 template<class L, template<class...> class F> struct mp_transform_front_impl struct278 …lass L, class U1, class... U, template<class...> class F> struct mp_transform_front_impl<L<U1, U..… struct280 using type = L<F<U1>, U...>;