Home
last modified time | relevance | path

Searched defs:while_composite (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/spirit/home/classic/phoenix/
Dstatements.hpp218 struct while_composite { struct
220 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() argument
229 void eval(TupleT const& args) const in eval()
235 CondT cond;
236 DoT do_;
/third_party/boost/boost/lambda/
Dloops.hpp281 struct while_composite { struct
283 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() argument
292 Ret call(CALL_FORMAL_ARGS) const in call()
298 CondT cond;
299 DoT do_;