Home
last modified time | relevance | path

Searched defs:mp_product_impl_2 (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/mp11/
Dalgorithm.hpp257 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
263 using type = mp_list<mp_rename<P, F>>;
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...>;