Lines Matching refs:BidirectionalIterator
37 template <class BidirectionalIterator,
38 class Allocator = std::allocator<sub_match<BidirectionalIterator> >
46 template <class BidirectionalIterator,
47 class Allocator = std::allocator<sub_match<BidirectionalIterator> >
51 typedef sub_match<BidirectionalIterator> value_type;
56 typedef typename iterator_traits<BidirectionalIterator>::difference_type difference_type;
59 typedef typename iterator_traits<BidirectionalIterator>::value_type char_type;
126 template <class BidirectionalIterator, class Allocator>
127 …ost_regex.match_results.op_eq operator ==]`` (const match_results<BidirectionalIterator, Allocator…
128 const match_results<BidirectionalIterator, Allocator>& m2);
129 template <class BidirectionalIterator, class Allocator>
130 …ost_regex.match_results.op_ne operator !=]`` (const match_results<BidirectionalIterator, Allocator…
131 const match_results<BidirectionalIterator, Allocator>& m2);
133 template <class charT, class traits, class BidirectionalIterator, class Allocator>
136 const match_results<BidirectionalIterator, Allocator>& m);
138 template <class BidirectionalIterator, class Allocator>
139 …void ``[link boost_regex.match_results.op_swap swap]``(match_results<BidirectionalIterator, Alloca…
140 match_results<BidirectionalIterator, Allocator>& m2);
501 whose value_type is a `sub_match<BidirectionalIterator>`. This type happens to be
502 `std::vector<sub_match<BidirectionalIterator> >`, but you shouldn't actually
531 template <class BidirectionalIterator, class Allocator>
532 bool operator == (const match_results<BidirectionalIterator, Allocator>& m1,
533 const match_results<BidirectionalIterator, Allocator>& m2);
539 template <class BidirectionalIterator, class Allocator>
540 bool operator != (const match_results<BidirectionalIterator, Allocator>& m1,
541 const match_results<BidirectionalIterator, Allocator>& m2);
547 template <class charT, class traits, class BidirectionalIterator, class Allocator>
550 const match_results<BidirectionalIterator, Allocator>& m);
557 template <class BidirectionalIterator, class Allocator>
558 void swap(match_results<BidirectionalIterator, Allocator>& m1,
559 match_results<BidirectionalIterator, Allocator>& m2);