Home
last modified time | relevance | path

Searched refs:mp_transform_first_q (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/mp11/test/
Dmp_transform_front.cpp31 using boost::mp11::mp_transform_first_q; in main()
40 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_transform_first_q<L1, Q_add_pointer>, mp_list<X1*>>)); in main()
48 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_transform_first_q<L2, Q_add_pointer>, mp_list<X1*, X2>>)); in main()
56 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_transform_first_q<L3, Q_add_pointer>, mp_list<X1*, X2, X3>>… in main()
64 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_transform_first_q<L4, Q_add_pointer>, mp_list<X1*, X2, X3, … in main()
74 … BOOST_TEST_TRAIT_TRUE((std::is_same<mp_transform_first_q<L1, Q_add_pointer>, std::tuple<X1*>>)); in main()
82 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_transform_first_q<L2, Q_add_pointer>, std::tuple<X1*, X2>>)… in main()
90 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_transform_first_q<L3, Q_add_pointer>, std::tuple<X1*, X2, X… in main()
98 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_transform_first_q<L4, Q_add_pointer>, std::tuple<X1*, X2, X… in main()
108 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_transform_first_q<L2, Q_add_pointer>, std::pair<X1*, X2>>)); in main()
/third_party/boost/boost/mp11/
Dlist.hpp290 template<class L, class Q> using mp_transform_first_q = mp_transform_first<L, Q::template fn>; typedef
/third_party/boost/libs/mp11/doc/mp11/
Dlist.adoc410 ## mp_transform_first_q<L, Q>
412 template<class L, class Q> using mp_transform_first_q =