Searched defs:lookahead_matcher (Results 1 – 1 of 1) sorted by relevance
32 struct lookahead_matcher struct35 lookahead_matcher(Xpr const &xpr, bool no, bool pure = Xpr::pure) in lookahead_matcher() function42 void inverse() in inverse()48 bool match(match_state<BidiIter> &state, Next const &next) const in match()56 bool match_(match_state<BidiIter> &state, Next const &next, mpl::true_) const in match_()94 bool match_(match_state<BidiIter> &state, Next const &next, mpl::false_) const in match_()144 Xpr xpr_;145 bool not_;146 bool pure_; // false if matching xpr_ could modify the sub-matches