• Home
  • Raw
  • Download

Lines Matching refs:iterator_traits

204     typedef typename iterator_traits<BidirectionalIterator>::value_type value_type;
205 typedef typename iterator_traits<BidirectionalIterator>::difference_type difference_type;
253 operator==(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
258 operator!=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
263 operator<(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
268 operator>(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
272 bool operator>=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
277 operator<=(const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& lhs,
283 const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
288 const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
293 const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
297 const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
302 const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
307 const basic_string<typename iterator_traits<BiIter>::value_type, ST, SA>& rhs);
311 operator==(typename iterator_traits<BiIter>::value_type const* lhs,
316 operator!=(typename iterator_traits<BiIter>::value_type const* lhs,
321 operator<(typename iterator_traits<BiIter>::value_type const* lhs,
326 operator>(typename iterator_traits<BiIter>::value_type const* lhs,
331 operator>=(typename iterator_traits<BiIter>::value_type const* lhs,
336 operator<=(typename iterator_traits<BiIter>::value_type const* lhs,
342 typename iterator_traits<BiIter>::value_type const* rhs);
347 typename iterator_traits<BiIter>::value_type const* rhs);
352 typename iterator_traits<BiIter>::value_type const* rhs);
357 typename iterator_traits<BiIter>::value_type const* rhs);
362 typename iterator_traits<BiIter>::value_type const* rhs);
367 typename iterator_traits<BiIter>::value_type const* rhs);
371 operator==(typename iterator_traits<BiIter>::value_type const& lhs,
376 operator!=(typename iterator_traits<BiIter>::value_type const& lhs,
381 operator<(typename iterator_traits<BiIter>::value_type const& lhs,
386 operator>(typename iterator_traits<BiIter>::value_type const& lhs,
391 operator>=(typename iterator_traits<BiIter>::value_type const& lhs,
396 operator<=(typename iterator_traits<BiIter>::value_type const& lhs,
402 typename iterator_traits<BiIter>::value_type const& rhs);
407 typename iterator_traits<BiIter>::value_type const& rhs);
412 typename iterator_traits<BiIter>::value_type const& rhs);
417 typename iterator_traits<BiIter>::value_type const& rhs);
422 typename iterator_traits<BiIter>::value_type const& rhs);
427 typename iterator_traits<BiIter>::value_type const& rhs);
443 typedef typename iterator_traits<BidirectionalIterator>::difference_type difference_type;
446 typedef typename iterator_traits<BidirectionalIterator>::value_type char_type;
656 class charT = typename iterator_traits< BidirectionalIterator>::value_type,
695 class charT = typename iterator_traits< BidirectionalIterator>::value_type,
4761 typedef typename iterator_traits<iterator>::value_type value_type;
4762 typedef typename iterator_traits<iterator>::difference_type difference_type;
4847 operator==(const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __x,
4856 operator!=(const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __x,
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,
4882 bool operator>=(const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __x,
4891 operator<=(const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __x,
4901 const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __y)
4910 const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __y)
4919 const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __y)
4927 const basic_string<typename iterator_traits<_BiIter>::value_type, _ST, _SA>& __y)
4936 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)
4953 operator==(typename iterator_traits<_BiIter>::value_type const* __x,
4962 operator!=(typename iterator_traits<_BiIter>::value_type const* __x,
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,
5008 typename iterator_traits<_BiIter>::value_type const* __y)
5017 typename iterator_traits<_BiIter>::value_type const* __y)
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)
5061 operator==(typename iterator_traits<_BiIter>::value_type const& __x,
5064 typedef basic_string<typename iterator_traits<_BiIter>::value_type> string_type;
5071 operator!=(typename iterator_traits<_BiIter>::value_type const& __x,
5080 operator<(typename iterator_traits<_BiIter>::value_type const& __x,
5083 typedef basic_string<typename iterator_traits<_BiIter>::value_type> string_type;
5090 operator>(typename iterator_traits<_BiIter>::value_type const& __x,
5099 operator>=(typename iterator_traits<_BiIter>::value_type const& __x,
5108 operator<=(typename iterator_traits<_BiIter>::value_type const& __x,
5118 typename iterator_traits<_BiIter>::value_type const& __y)
5120 typedef basic_string<typename iterator_traits<_BiIter>::value_type> string_type;
5128 typename iterator_traits<_BiIter>::value_type const& __y)
5137 typename iterator_traits<_BiIter>::value_type const& __y)
5139 typedef basic_string<typename iterator_traits<_BiIter>::value_type> string_type;
5147 typename iterator_traits<_BiIter>::value_type const& __y)
5156 typename iterator_traits<_BiIter>::value_type const& __y)
5165 typename iterator_traits<_BiIter>::value_type const& __y)
5198 typedef typename iterator_traits<_BidirectionalIterator>::difference_type difference_type;
5200 typedef typename iterator_traits<_BidirectionalIterator>::value_type char_type;
6003 class _CharT = typename iterator_traits<_BidirectionalIterator>::value_type,
6122 class _CharT = typename iterator_traits<_BidirectionalIterator>::value_type,