Searched defs:eval_if (Results 1 – 5 of 5) sorted by relevance
31 struct eval_if struct37 typedef typename if_<C,F1,F2>::type f_;38 typedef typename f_::type type;
20 template<class C, class... A> using eval_if = mp_eval_if<C, void, mp_identity_t, A...>; typedef
3 eval_if title
78 using eval_if = typename ::boost::type_erasure::detail::eval_if_impl<B>::template apply<T, F, A...>; typedef
342 struct eval_if struct