Searched defs:if_parser (Results 1 – 1 of 1) sorted by relevance
139 struct if_parser struct146 typedef if_parser<ParsableT, CondT> self_t;147 typedef as_parser<ParsableT> as_parser_t;148 typedef typename as_parser_t::type parser_t;150 typedef as_parser<CondT> cond_as_parser_t;151 typedef typename cond_as_parser_t::type condition_t;152 typedef condition_evaluator<condition_t> eval_t;153 typedef unary<parser_t, parser<self_t> > base_t;155 if_parser(ParsableT const& p, CondT const& cond_) in if_parser() argument162 struct result[all …]