Searched defs:regex_token_iterator_impl (Results 1 – 1 of 1) sorted by relevance
32 struct regex_token_iterator_impl struct35 typedef sub_match<BidiIter> value_type;37 regex_token_iterator_impl in regex_token_iterator_impl() argument58 bool next() in next()80 bool equal_to(regex_token_iterator_impl<BidiIter> const &that) const in equal_to()85 regex_iterator_impl<BidiIter> iter_;86 value_type result_;87 int n_;88 std::vector<int> subs_;