Searched defs:iterator_traits (Results 1 – 13 of 13) sorted by relevance
533 struct iterator_traits<de::PoolArrayConstIterator<T, Alignment> > struct535 typedef deIntptr difference_type;536 typedef T value_type;537 typedef const T* pointer;538 typedef const T& reference;539 typedef random_access_iterator_tag iterator_category;543 struct iterator_traits<de::PoolArrayIterator<T, Alignment> > struct545 typedef deIntptr difference_type;546 typedef T value_type;547 typedef T* pointer;[all …]
71 struct iterator_traits {}; struct
412 template <class Iter> struct iterator_traits { struct413 typedef typename Iter::difference_type difference_type;414 typedef typename Iter::iterator_category iterator_category;
306 template <class Iter> struct iterator_traits { struct307 typedef typename Iter::difference_type difference_type;308 typedef typename Iter::iterator_category iterator_category;
414 struct iterator_traits { struct415 typedef typename Iter::difference_type difference_type;416 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;
384 struct iterator_traits { struct385 typedef typename Iter::difference_type difference_type;386 typedef typename Iter::iterator_category iterator_category;
310 struct iterator_traits { struct311 typedef typename Iter::difference_type difference_type;312 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;
383 struct iterator_traits { struct384 typedef typename Iter::difference_type difference_type;385 typedef typename Iter::iterator_category iterator_category;
382 struct iterator_traits { struct383 typedef typename Iter::difference_type difference_type;384 typedef typename Iter::iterator_category iterator_category;