Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/detail/core/matcher/
Doptional_matcher.hpp27 struct optional_matcher struct
30 Xpr xpr_;
32 explicit optional_matcher(Xpr const &xpr) in optional_matcher() argument
38 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_()