Searched refs:mp_all_of_q (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/mp11/test/ |
D | mp_all_of_q.cpp | 24 using boost::mp11::mp_all_of_q; in main() 32 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_all_of_q<L1, mp_quote<std::is_const>>, mp_true>)); in main() 36 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_all_of_q<L2, mp_quote<std::is_volatile>>, mp_false>)); in main() 37 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_all_of_q<L2, mp_quote<std::is_const>>, mp_true>)); in main() 43 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_all_of_q<L1, mp_quote<std::is_const>>, mp_true>)); in main() 47 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_all_of_q<L2, mp_quote<std::is_volatile>>, mp_false>)); in main() 48 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_all_of_q<L2, mp_quote<std::is_const>>, mp_true>)); in main() 54 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_all_of_q<L2, mp_quote<std::is_volatile>>, mp_false>)); in main() 55 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_all_of_q<L2, mp_quote<std::is_const>>, mp_true>)); in main()
|
D | Jamfile | 98 run mp_all_of_q.cpp ;
|
/third_party/boost/libs/mp11/doc/mp11/ |
D | algorithm.adoc | 823 ## mp_all_of_q<L, Q> 825 template<class L, class Q> using mp_all_of_q = mp_all_of<L, Q::template fn>;
|
/third_party/boost/boost/mp11/ |
D | algorithm.hpp | 1003 template<class L, class Q> using mp_all_of_q = mp_all_of<L, Q::template fn>; typedef
|