Searched defs:regex_iterator (Results 1 – 2 of 2) sorted by relevance
97 struct regex_iterator struct99 typedef basic_regex<BidiIter> regex_type;100 typedef match_results<BidiIter> value_type;101 typedef typename iterator_difference<BidiIter>::type difference_type;102 typedef value_type const *pointer;103 typedef value_type const &reference;104 typedef std::forward_iterator_tag iterator_category;107 typedef detail::regex_iterator_impl<BidiIter> impl_type_;109 regex_iterator() in regex_iterator() argument114 regex_iterator in regex_iterator() function[all …]
89 class regex_iterator class103 regex_iterator(){} in regex_iterator() function in boost::regex_iterator104 regex_iterator(BidirectionalIterator a, BidirectionalIterator b, in regex_iterator() function in boost::regex_iterator114 regex_iterator(const regex_iterator& that) in regex_iterator() function in boost::regex_iterator