Searched refs:mp_any_of_q (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/mp11/test/ |
D | mp_any_of_q.cpp | 24 using boost::mp11::mp_any_of_q; in main() 32 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_any_of_q<L1, mp_quote<std::is_const>>, mp_false>)); in main() 36 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_any_of_q<L2, mp_quote<std::is_volatile>>, mp_false>)); in main() 37 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_any_of_q<L2, mp_quote<std::is_const>>, mp_true>)); in main() 41 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_any_of_q<L3, mp_quote<std::is_volatile>>, mp_false>)); in main() 42 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_any_of_q<L3, mp_quote<std::is_const>>, mp_true>)); in main() 48 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_any_of_q<L1, mp_quote<std::is_const>>, mp_false>)); in main() 52 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_any_of_q<L2, mp_quote<std::is_volatile>>, mp_false>)); in main() 53 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_any_of_q<L2, mp_quote<std::is_const>>, mp_true>)); in main() 57 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_any_of_q<L3, mp_quote<std::is_volatile>>, mp_false>)); in main() [all …]
|
D | Jamfile | 100 run mp_any_of_q.cpp ;
|
/third_party/boost/boost/histogram/detail/ |
D | fill_n.hpp | 41 mp11::mp_any_of_q<value_types<Axes>, mp11::mp_bind_front<std::is_convertible, T>>;
|
/third_party/boost/libs/mp11/doc/mp11/ |
D | algorithm.adoc | 849 ## mp_any_of_q<L, Q> 851 template<class L, class Q> using mp_any_of_q = mp_any_of<L, Q::template fn>;
|
/third_party/boost/boost/mp11/ |
D | algorithm.hpp | 1011 template<class L, class Q> using mp_any_of_q = mp_any_of<L, Q::template fn>; typedef
|