Searched defs:optional_matcher (Results 1 – 1 of 1) sorted by relevance
27 struct optional_matcher struct30 Xpr xpr_;32 explicit optional_matcher(Xpr const &xpr) in optional_matcher() argument38 bool match(match_state<BidiIter> &state, Next const &next) const in match()45 bool match_(match_state<BidiIter> &state, Next const &next, mpl::true_) const // Greedy in match_()52 bool match_(match_state<BidiIter> &state, Next const &next, mpl::false_) const // Non-greedy in match_()