Home
last modified time | relevance | path

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

/third_party/boost/libs/mp11/test/
Dmp_replace_if.cpp22 using boost::mp11::mp_replace_if; in main()
27 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_replace_if<L1, std::is_const, void>, L1>)); in main()
31 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_replace_if<L2, std::is_volatile, void>, L2>)); in main()
32 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_replace_if<L2, std::is_const, void>, mp_list<X1, void, X1*,… in main()
33 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_replace_if<L2, std::is_pointer, void>, mp_list<X1, X1 const… in main()
39 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_replace_if<L1, std::is_const, void>, L1>)); in main()
43 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_replace_if<L2, std::is_volatile, void>, L2>)); in main()
44 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_replace_if<L2, std::is_const, void>, std::tuple<X1, void, X… in main()
45 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_replace_if<L2, std::is_pointer, void>, std::tuple<X1, X1 co… in main()
51 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_replace_if<L2, std::is_volatile, void>, L2>)); in main()
[all …]
DJamfile75 run mp_replace_if.cpp ;
/third_party/boost/libs/mp11/doc/mp11/
Dalgorithm.adoc455 ## mp_replace_if<L, P, W>
457 template<class L, template<class...> class P, class W> using mp_replace_if = /*...*/;
461 .mp_replace_if
468 |*mp_replace_if<L1, P, W>*|A~1~|W|...|A~n~
474 mp_replace_if<L, Q::template fn, W>;
476 As `mp_replace_if`, but takes a quoted metafunction.
/third_party/boost/boost/mp11/
Dalgorithm.hpp501 template<class L, template<class...> class P, class W> using mp_replace_if = typename detail::mp_re… typedef
502 template<class L, class Q, class W> using mp_replace_if_q = mp_replace_if<L, Q::template fn, W>;