Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/classic/dynamic/
Dwhile.hpp100 struct while_parser_gen struct
104 while_parser_gen(CondT const& cond_) : cond(cond_) {} in while_parser_gen() argument
110 operator[](ParsableT const &subject) const in operator []()
122 CondT const &cond;