Searched defs:mp_nth_element_impl (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/mp11/ |
D | algorithm.hpp | 611 …ass L, class T1, std::size_t I, template<class...> class P> struct mp_nth_element_impl<L<T1>, I, P> struct 614 using type = T1; 617 … T1, class... T, std::size_t I, template<class...> class P> struct mp_nth_element_impl<L<T1, T...>… struct 621 template<class U> using F = P<U, T1>; 623 using part = mp_partition<L<T...>, F>; 625 using L1 = mp_first<part>; 626 static std::size_t const N1 = mp_size<L1>::value; 628 using L2 = mp_second<part>; 632 struct detail 646 using type = typename detail::mp_nth_element_impl_cuda_workaround::type::type; [all …]
|