Home
last modified time | relevance | path

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

/third_party/boost/libs/mp11/test/
Dmp_count_if_q.cpp24 using boost::mp11::mp_count_if_q; in main()
31 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_count_if_q<L1, mp_quote<std::is_const>>, mp_size_t<0>>)); in main()
35 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_count_if_q<L2, mp_quote<std::is_volatile>>, mp_size_t<0>>)); in main()
36 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_count_if_q<L2, mp_quote<std::is_const>>, mp_size_t<2>>)); in main()
37 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_count_if_q<L2, mp_quote<std::is_pointer>>, mp_size_t<3>>)); in main()
43 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_count_if_q<L1, mp_quote<std::is_const>>, mp_size_t<0>>)); in main()
47 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_count_if_q<L2, mp_quote<std::is_volatile>>, mp_size_t<0>>)); in main()
48 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_count_if_q<L2, mp_quote<std::is_const>>, mp_size_t<2>>)); in main()
49 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_count_if_q<L2, mp_quote<std::is_pointer>>, mp_size_t<3>>)); in main()
55 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_count_if_q<L2, mp_quote<std::is_volatile>>, mp_size_t<0>>)); in main()
[all …]
DJamfile63 run mp_count_if_q.cpp ;
/third_party/boost/boost/mp11/detail/
Dmp_count.hpp110 template<class L, class Q> using mp_count_if_q = mp_count_if<L, Q::template fn>; typedef
/third_party/boost/libs/mp11/doc/mp11/
Dalgorithm.adoc213 ## mp_count_if_q<L, Q>
215 template<class L, class Q> using mp_count_if_q = mp_count_if<L, Q::template fn>;