Home
last modified time | relevance | path

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

/third_party/boost/boost/mp11/
Dalgorithm.hpp271 template<template<class...> class F, class... L> struct mp_product_impl struct
275 template<template<class...> class F> struct mp_product_impl<F> struct
277 using type = mp_list< F<> >;
280 template<template<class...> class F, class L1, class... L> struct mp_product_impl<F, L1, L...> struct
282 using type = mp_assign<L1, typename mp_product_impl_2<F, mp_list<>, L1, L...>::type>;