Searched refs:mp_product_impl_2 (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/mp11/ |
D | algorithm.hpp | 257 template<template<class...> class F, class P, class... L> struct mp_product_impl_2 struct 261 template<template<class...> class F, class P> struct mp_product_impl_2<F, P> struct 266 …ass P, template<class...> class L1, class... T1, class... L> struct mp_product_impl_2<F, P, L1<T1.… struct 268 using type = mp_append<typename mp_product_impl_2<F, mp_push_back<P, T1>, L...>::type...>; argument 282 using type = mp_assign<L1, typename mp_product_impl_2<F, mp_list<>, L1, L...>::type>;
|