Searched defs:iterator_traits (Results 1 – 5 of 5) sorted by relevance
307 template <class Iter> struct iterator_traits { struct308 typedef typename Iter::difference_type difference_type;309 typedef typename Iter::iterator_category iterator_category;
366 struct iterator_traits { struct367 typedef typename Iter::difference_type difference_type;368 typedef typename Iter::iterator_category iterator_category;
312 struct iterator_traits { struct313 typedef typename Iter::difference_type difference_type;314 typedef typename Iter::iterator_category iterator_category;
365 struct iterator_traits { struct366 typedef typename Iter::difference_type difference_type;367 typedef typename Iter::iterator_category iterator_category;
313 struct iterator_traits { struct314 typedef typename Iter::difference_type difference_type;315 typedef typename Iter::iterator_category iterator_category;