Searched defs:while_composite (Results 1 – 2 of 2) 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() argument229 void eval(TupleT const& args) const in eval()235 CondT cond;236 DoT do_;
281 struct while_composite { struct283 typedef while_composite<CondT, DoT> self_t;286 struct sig { typedef void type; };288 while_composite(CondT const& cond_, DoT const& do__) in while_composite() argument292 Ret call(CALL_FORMAL_ARGS) const in call()298 CondT cond;299 DoT do_;