Home
last modified time | relevance | path

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

/third_party/boost/boost/mp11/
Dalgorithm.hpp296 … class L, class... T, template<class...> class L2, class... U> struct mp_drop_impl<L<T...>, L2<U..… struct
300 using R = decltype( f( (mp_identity<T>*)0 ... ) );
302 using type = typename R::type;