Searched defs:if_else_parser (Results 1 – 1 of 1) sorted by relevance
28 struct if_else_parser struct37 typedef if_else_parser<ParsableTrueT, ParsableFalseT, CondT> self_t;39 typedef as_parser<ParsableTrueT> as_parser_true_t;40 typedef as_parser<ParsableFalseT> as_parser_false_t;41 typedef typename as_parser_true_t::type parser_true_t;42 typedef typename as_parser_false_t::type parser_false_t;43 typedef as_parser<CondT> cond_as_parser_t;44 typedef typename cond_as_parser_t::type condition_t;46 typedef binary<parser_true_t, parser_false_t, parser<self_t> > base_t;47 typedef condition_evaluator<condition_t> eval_t;[all …]