Searched defs:mp_product_impl (Results 1 – 1 of 1) sorted by relevance
271 template<template<class...> class F, class... L> struct mp_product_impl struct275 template<template<class...> class F> struct mp_product_impl<F> struct277 using type = mp_list< F<> >;280 template<template<class...> class F, class L1, class... L> struct mp_product_impl<F, L1, L...> struct282 using type = mp_assign<L1, typename mp_product_impl_2<F, mp_list<>, L1, L...>::type>;