Searched refs:mp_nth_element_c (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/mp11/test/ |
D | mp_nth_element.cpp | 21 using boost::mp11::mp_nth_element_c; in main() 33 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_nth_element_c<L1, 0, mp_less>, mp_at_c<L2, 0>>)); in main() 34 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_nth_element_c<L1, 1, mp_less>, mp_at_c<L2, 1>>)); in main() 35 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_nth_element_c<L1, 2, mp_less>, mp_at_c<L2, 2>>)); in main() 36 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_nth_element_c<L1, 3, mp_less>, mp_at_c<L2, 3>>)); in main() 37 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_nth_element_c<L1, 4, mp_less>, mp_at_c<L2, 4>>)); in main() 38 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_nth_element_c<L1, 5, mp_less>, mp_at_c<L2, 5>>)); in main() 39 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_nth_element_c<L1, 6, mp_less>, mp_at_c<L2, 6>>)); in main() 54 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_nth_element_c<L1, 0, mp_less>, mp_at_c<L2, 0>>)); in main() 55 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_nth_element_c<L1, 1, mp_less>, mp_at_c<L2, 1>>)); in main() [all …]
|
/third_party/boost/libs/mp11/doc/mp11/ |
D | algorithm.adoc | 599 ## mp_nth_element_c<L, I, P> 601 template<class L, std::size_t I, template<class...> class P> using mp_nth_element_c = 610 Like `mp_nth_element_c`, but with a type argument `I`. `I::value` must be a nonnegative number.
|
/third_party/boost/boost/mp11/ |
D | algorithm.hpp | 663 template<class L, std::size_t I, template<class...> class P> using mp_nth_element_c = typename deta… typedef
|