• Home
  • Raw
  • Download

Lines Matching refs:iterator_traits

206     typedef typename iterator_traits<BidirectionalIterator>::value_type value_type;
207 typedef typename iterator_traits<BidirectionalIterator>::difference_type difference_type;
255 operator==(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
260 operator!=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
265 operator<(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
270 operator>(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
274 bool operator>=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
279 operator<=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
285 const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
290 const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
295 const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
299 const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
304 const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
309 const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
313 operator==(typename iterator_traits<BiIter>::value_type const* lhs,
318 operator!=(typename iterator_traits<BiIter>::value_type const* lhs,
323 operator<(typename iterator_traits<BiIter>::value_type const* lhs,
328 operator>(typename iterator_traits<BiIter>::value_type const* lhs,
333 operator>=(typename iterator_traits<BiIter>::value_type const* lhs,
338 operator<=(typename iterator_traits<BiIter>::value_type const* lhs,
344 typename iterator_traits<BiIter>::value_type const* rhs);
349 typename iterator_traits<BiIter>::value_type const* rhs);
354 typename iterator_traits<BiIter>::value_type const* rhs);
359 typename iterator_traits<BiIter>::value_type const* rhs);
364 typename iterator_traits<BiIter>::value_type const* rhs);
369 typename iterator_traits<BiIter>::value_type const* rhs);
373 operator==(typename iterator_traits<BiIter>::value_type const& lhs,
378 operator!=(typename iterator_traits<BiIter>::value_type const& lhs,
383 operator<(typename iterator_traits<BiIter>::value_type const& lhs,
388 operator>(typename iterator_traits<BiIter>::value_type const& lhs,
393 operator>=(typename iterator_traits<BiIter>::value_type const& lhs,
398 operator<=(typename iterator_traits<BiIter>::value_type const& lhs,
404 typename iterator_traits<BiIter>::value_type const& rhs);
409 typename iterator_traits<BiIter>::value_type const& rhs);
414 typename iterator_traits<BiIter>::value_type const& rhs);
419 typename iterator_traits<BiIter>::value_type const& rhs);
424 typename iterator_traits<BiIter>::value_type const& rhs);
429 typename iterator_traits<BiIter>::value_type const& rhs);
445 typedef typename iterator_traits<BidirectionalIterator>::difference_type difference_type;
448 typedef typename iterator_traits<BidirectionalIterator>::value_type char_type;
658 class charT = typename iterator_traits< BidirectionalIterator>::value_type,
697 class charT = typename iterator_traits< BidirectionalIterator>::value_type,
4779 typedef typename iterator_traits<iterator>::value_type value_type;
4780 typedef typename iterator_traits<iterator>::difference_type difference_type;
4865 operator==(const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __x,
4874 operator!=(const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __x,
4883 operator<(const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __x,
4892 operator>(const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __x,
4900 bool operator>=(const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __x,
4909 operator<=(const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __x,
4919 const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __y)
4928 const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __y)
4937 const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __y)
4945 const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __y)
4954 const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __y)
4963 const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __y)
4971 operator==(typename iterator_traits<_BiIter>::value_type const* __x,
4980 operator!=(typename iterator_traits<_BiIter>::value_type const* __x,
4989 operator<(typename iterator_traits<_BiIter>::value_type const* __x,
4998 operator>(typename iterator_traits<_BiIter>::value_type const* __x,
5007 operator>=(typename iterator_traits<_BiIter>::value_type const* __x,
5016 operator<=(typename iterator_traits<_BiIter>::value_type const* __x,
5026 typename iterator_traits<_BiIter>::value_type const* __y)
5035 typename iterator_traits<_BiIter>::value_type const* __y)
5044 typename iterator_traits<_BiIter>::value_type const* __y)
5053 typename iterator_traits<_BiIter>::value_type const* __y)
5062 typename iterator_traits<_BiIter>::value_type const* __y)
5071 typename iterator_traits<_BiIter>::value_type const* __y)
5079 operator==(typename iterator_traits<_BiIter>::value_type const& __x,
5082 typedef basic_string<typename iterator_traits<_BiIter>::value_type> string_type;
5089 operator!=(typename iterator_traits<_BiIter>::value_type const& __x,
5098 operator<(typename iterator_traits<_BiIter>::value_type const& __x,
5101 typedef basic_string<typename iterator_traits<_BiIter>::value_type> string_type;
5108 operator>(typename iterator_traits<_BiIter>::value_type const& __x,
5117 operator>=(typename iterator_traits<_BiIter>::value_type const& __x,
5126 operator<=(typename iterator_traits<_BiIter>::value_type const& __x,
5136 typename iterator_traits<_BiIter>::value_type const& __y)
5138 typedef basic_string<typename iterator_traits<_BiIter>::value_type> string_type;
5146 typename iterator_traits<_BiIter>::value_type const& __y)
5155 typename iterator_traits<_BiIter>::value_type const& __y)
5157 typedef basic_string<typename iterator_traits<_BiIter>::value_type> string_type;
5165 typename iterator_traits<_BiIter>::value_type const& __y)
5174 typename iterator_traits<_BiIter>::value_type const& __y)
5183 typename iterator_traits<_BiIter>::value_type const& __y)
5216 typedef typename iterator_traits<_BidirectionalIterator>::difference_type difference_type;
5218 typedef typename iterator_traits<_BidirectionalIterator>::value_type char_type;
6059 class _CharT = typename iterator_traits<_BidirectionalIterator>::value_type,
6178 class _CharT = typename iterator_traits<_BidirectionalIterator>::value_type,