Home
last modified time | relevance | path

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

/third_party/boost/boost/mp11/
Dlist.hpp272 template<class L, template<class...> class F> struct mp_transform_front_impl struct
278 …lass L, class U1, class... U, template<class...> class F> struct mp_transform_front_impl<L<U1, U..… struct
280 using type = L<F<U1>, U...>;