Searched defs:regex_search_result (Results 1 – 1 of 1) sorted by relevance
29 struct regex_search_result : struct32 typedef regex_search_result<IteratorT> type;33 typedef iterator_range<IteratorT> base_type;34 typedef BOOST_STRING_TYPENAME base_type::value_type value_type;35 typedef BOOST_STRING_TYPENAME base_type::difference_type difference_type;36 typedef BOOST_STRING_TYPENAME base_type::const_iterator const_iterator;37 typedef BOOST_STRING_TYPENAME base_type::iterator iterator;38 typedef boost::match_results<iterator> match_results_type;43 regex_search_result( const match_results_type& MatchResults ) : in regex_search_result() function48 regex_search_result( IteratorT End ) : in regex_search_result() function[all …]