Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/detail/core/matcher/
Dlookahead_matcher.hpp32 struct lookahead_matcher struct
35 lookahead_matcher(Xpr const &xpr, bool no, bool pure = Xpr::pure) in lookahead_matcher() function
42 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