Searched defs:if_then_composite (Results 1 – 1 of 1) sorted by relevance
146 struct if_then_composite { struct148 typedef if_then_composite<CondT, ThenT> self_t;151 struct result { typedef void type; };153 if_then_composite(CondT const& cond_, ThenT const& then_) in if_then_composite() function157 void eval(TupleT const& args) const in eval()163 CondT cond; ThenT then; // actors164 else_gen<CondT, ThenT> else_;