Searched defs:if_then_else_composite (Results 1 – 1 of 1) sorted by relevance
94 struct if_then_else_composite { struct96 typedef if_then_else_composite<CondT, ThenT, ElseT> self_t;99 struct result {104 if_then_else_composite( in if_then_else_composite() argument111 void eval(TupleT const& args) const in eval()119 CondT cond; ThenT then; ElseT else_; // actors