Searched defs:regex_byref_matcher (Results 1 – 1 of 1) sorted by relevance
33 struct regex_byref_matcher struct38 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() function52 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_()