Home
last modified time | relevance | path

Searched defs:eval_if (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/mpl/
Deval_if.hpp31 struct eval_if struct
37 typedef typename if_<C,F1,F2>::type f_;
38 typedef typename f_::type type;
/third_party/boost/libs/mp11/test/
Dmp_eval_if_sf.cpp20 template<class C, class... A> using eval_if = mp_eval_if<C, void, mp_identity_t, A...>; typedef
/third_party/boost/libs/mpl/doc/src/refmanual/
Deval_if.rst3 eval_if title
/third_party/boost/boost/type_erasure/detail/
Dmeta.hpp78 using eval_if = typename ::boost::type_erasure::detail::eval_if_impl<B>::template apply<T, F, A...>; typedef
/third_party/boost/boost/move/detail/
Dmeta_utils.hpp342 struct eval_if struct