Searched refs:mp_replace_at (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/mp11/test/ |
D | mp_replace_at.cpp | 31 using boost::mp11::mp_replace_at; in main() 39 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_replace_at<L, mp_int<0>, void>, mp_list<void, X2, X3, X4, X… in main() 40 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_replace_at<L, mp_int<1>, void>, mp_list<X1, void, X3, X4, X… in main() 41 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_replace_at<L, mp_int<2>, void>, mp_list<X1, X2, void, X4, X… in main() 42 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_replace_at<L, mp_int<3>, void>, mp_list<X1, X2, X3, void, X… in main() 43 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_replace_at<L, mp_int<4>, void>, mp_list<X1, X2, X3, X4, voi… in main() 49 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_replace_at<L, mp_int<0>, void>, std::tuple<void, X2, X3, X4… in main() 50 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_replace_at<L, mp_int<1>, void>, std::tuple<X1, void, X3, X4… in main() 51 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_replace_at<L, mp_int<2>, void>, std::tuple<X1, X2, void, X4… in main() 52 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_replace_at<L, mp_int<3>, void>, std::tuple<X1, X2, X3, void… in main() [all …]
|
D | Jamfile | 103 run mp_replace_at.cpp ;
|
/third_party/boost/libs/mp11/doc/mp11/ |
D | algorithm.adoc | 484 ## mp_replace_at<L, I, W> 486 template<class L, class I, class W> using mp_replace_at = /*...*/;
|
/third_party/boost/boost/mp11/ |
D | algorithm.hpp | 1029 template<class L, class I, class W> using mp_replace_at = typename detail::mp_replace_at_impl<L, I,… typedef
|