Home
last modified time | relevance | path

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

/third_party/boost/libs/mp11/test/
Dmp_not_fn.cpp24 using boost::mp11::mp_not_fn_q; in main()
32 BOOST_TEST_TRAIT_TRUE((mp_not_fn_q<Q_is_const>::fn<void>)); in main()
33 BOOST_TEST_TRAIT_FALSE((mp_not_fn_q<Q_is_const>::fn<void const>)); in main()
/third_party/boost/boost/mp11/
Dutility.hpp248 template<class Q> using mp_not_fn_q = mp_not_fn<Q::template fn>; typedef
/third_party/boost/libs/mp11/doc/mp11/
Dutility.adoc286 ## mp_not_fn_q<Q>
288 template<class Q> using mp_not_fn_q = mp_not_fn<Q::template fn>;