Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/statement/
Dif.hpp114 struct if_actor : actor<Expr> struct
116 typedef actor<Expr> base_type;
118 if_actor(base_type const & base) in if_actor() function
123 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_;