Home
last modified time | relevance | path

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

/third_party/boost/libs/mp11/test/
Dmp_nth_element_q.cpp21 using boost::mp11::mp_nth_element_q; in main()
36 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_nth_element_q<L1, mp_size_t<0>, Q_less>, mp_at_c<L2, 0>>)); in main()
37 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_nth_element_q<L1, mp_size_t<1>, Q_less>, mp_at_c<L2, 1>>)); in main()
38 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_nth_element_q<L1, mp_size_t<2>, Q_less>, mp_at_c<L2, 2>>)); in main()
39 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_nth_element_q<L1, mp_size_t<3>, Q_less>, mp_at_c<L2, 3>>)); in main()
40 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_nth_element_q<L1, mp_size_t<4>, Q_less>, mp_at_c<L2, 4>>)); in main()
41 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_nth_element_q<L1, mp_size_t<5>, Q_less>, mp_at_c<L2, 5>>)); in main()
42 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_nth_element_q<L1, mp_size_t<6>, Q_less>, mp_at_c<L2, 6>>)); in main()
49 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_nth_element_q<L1, mp_size_t<0>, Q_less>, mp_at_c<L2, 0>>)); in main()
50 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_nth_element_q<L1, mp_size_t<1>, Q_less>, mp_at_c<L2, 1>>)); in main()
[all …]
DJamfile116 run mp_nth_element_q.cpp ;
/third_party/boost/libs/mp11/doc/mp11/
Dalgorithm.adoc612 ## mp_nth_element_q<L, I, Q>
614 template<class L, class I, class Q> using mp_nth_element_q =
/third_party/boost/boost/mp11/
Dalgorithm.hpp665 template<class L, class I, class Q> using mp_nth_element_q = mp_nth_element<L, I, Q::template fn>; typedef