Home
last modified time | relevance | path

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

/third_party/boost/libs/mp11/test/
Dmp_bind_front.cpp31 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_bind_front_q<mp_quote<L>, char[1], char[2]>::fn<int[1], int… in main()
34 …BOOST_TEST_TRAIT_TRUE((std::is_same<mp_bind_front_q<mp_quote<P>, char[1]>::fn<int[1]>, P<char[1], … in main()
51 using L2 = mp_transform<mp_bind_front_q<mp_quote<is_base_of_t>, B>::fn, L1>; in main()
56 using L2 = mp_transform_q<mp_bind_front_q<mp_quote<is_base_of_t>, B>, L1>; in main()
/third_party/boost/libs/mp11/doc/mp11/
Dbind.adoc60 ## mp_bind_front_q<Q, T...>
62 template<class Q, class... T> using mp_bind_front_q =
/third_party/boost/boost/mp11/
Dbind.hpp29 template<class Q, class... T> using mp_bind_front_q = mp_bind_front<Q::template fn, T...>; typedef