Searched defs:while_composite (Results 1 – 1 of 1) sorted by relevance
218 struct while_composite { struct220 typedef while_composite<CondT, DoT> self_t;223 struct result { typedef void type; };225 while_composite(CondT const& cond_, DoT const& do__) in while_composite() function229 void eval(TupleT const& args) const in eval()235 CondT cond;236 DoT do_;