Searched defs:if_actor (Results 1 – 1 of 1) sorted by relevance
114 struct if_actor : actor<Expr> struct116 typedef actor<Expr> base_type;118 if_actor(base_type const & base) in if_actor() function123 typedef typename proto::result_of::child_c<Expr, 0>::type cond_type;124 typedef typename proto::result_of::child_c<Expr, 1>::type then_type;126 else_gen<cond_type, then_type> else_;