Home
last modified time | relevance | path

Searched refs:mp_reverse_fold_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/mp11/
Dalgorithm.hpp924 template<class L, class V, template<class...> class F> struct mp_reverse_fold_impl;
928 … class L, class... T, class V, template<class...> class F> struct mp_reverse_fold_impl<L<T...>, V,… struct
936 …late<class...> class L, class V, template<class...> class F> struct mp_reverse_fold_impl<L<>, V, F>
943 …class T1, class... T, class V, template<class...> class F> struct mp_reverse_fold_impl<L<T1, T...>… struct
945 using rest = typename mp_reverse_fold_impl<L<T...>, V, F>::type; argument
949 …lass T10, class... T, class V, template<class...> class F> struct mp_reverse_fold_impl<L<T1, T2, T… struct
951 using rest = typename mp_reverse_fold_impl<L<T...>, V, F>::type; argument
957 …plate<class...> class F> using mp_reverse_fold = typename detail::mp_reverse_fold_impl<L, V, F>::t…