Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/detail/core/matcher/
Dregex_byref_matcher.hpp33 struct regex_byref_matcher struct
38 weak_ptr<regex_impl<BidiIter> > wimpl_;
42 regex_impl<BidiIter> const *pimpl_;
44 regex_byref_matcher(shared_ptr<regex_impl<BidiIter> > const &impl) in regex_byref_matcher() function
52 bool match(match_state<BidiIter> &state, Next const &next) const in match()
62 …on_adaptor<reference_wrapper<Next const>, matchable<BidiIter> > wrap_(Next const &next, mpl::true_) in wrap_()
69 static Next const &wrap_(Next const &next, mpl::false_) in wrap_()