Searched defs:sub_match (Results 1 – 3 of 3) sorted by relevance
36 struct sub_match : public std::pair<BidiIterator, BidiIterator> struct38 …f typename BOOST_REGEX_DETAIL_NS::regex_iterator_traits<BidiIterator>::value_type value_type;40 … typedef std::ptrdiff_t difference_type;42 …ename BOOST_REGEX_DETAIL_NS::regex_iterator_traits<BidiIterator>::difference_type difference_type;44 typedef BidiIterator iterator_type;45 typedef BidiIterator iterator;46 typedef BidiIterator const_iterator;48 bool matched;50 sub_match() : std::pair<BidiIterator, BidiIterator>(), matched(false) {} in sub_match() argument51 sub_match(BidiIterator i) : std::pair<BidiIterator, BidiIterator>(i, i), matched(false) {} in sub_match() function[all …]
63 struct sub_match struct69 struct dummy { int i_; };70 typedef int dummy::*bool_type;73 typedef typename iterator_value<BidiIter>::type value_type;74 typedef typename iterator_difference<BidiIter>::type difference_type;75 typedef typename detail::string_type<value_type>::type string_type;76 typedef BidiIter iterator;78 sub_match() in sub_match() function84 sub_match(BidiIter first, BidiIter second, bool matched_ = false) in sub_match() function90 string_type str() const in str()[all …]
261 sub_match_impl &sub_match(int n) in sub_match() function