Searched defs:regex_impl (Results 1 – 2 of 2) sorted by relevance
133 struct regex_impl struct136 typedef typename iterator_value<BidiIter>::type char_type;138 regex_impl() in regex_impl() function152 regex_impl(regex_impl<BidiIter> const &that) in regex_impl() function166 ~regex_impl() in ~regex_impl()173 void swap(regex_impl<BidiIter> &that) in swap()184 intrusive_ptr<matchable_ex<BidiIter> const> xpr_;185 intrusive_ptr<traits<char_type> const> traits_;186 intrusive_ptr<finder<BidiIter> > finder_;187 std::vector<named_mark<char_type> > named_marks_;[all …]
109 typedef detail::regex_impl<BidiIter> regex_impl; typedef