Searched defs:while_gen (Results 1 – 3 of 3) sorted by relevance
45 struct while_gen struct47 while_gen(Cond const& cond_) : cond(cond_) {} in while_gen() function51 operator[](Do const& do_it) const in operator []()56 Cond const& cond;
241 struct while_gen { struct243 while_gen(CondT const& cond_) in while_gen() function250 operator[](DoT const& do_) const in operator []()262 CondT cond;
304 struct while_gen { struct306 while_gen(CondT const& cond_) in while_gen() argument313 operator[](DoT const& do_) const in operator []()325 CondT cond;