Searched defs:iterator_traits (Results 1 – 8 of 8) sorted by relevance
524 struct iterator_traits<de::PoolArrayConstIterator<T, Alignment> > struct526 typedef deIntptr difference_type;527 typedef T value_type;528 typedef const T* pointer;529 typedef const T& reference;530 typedef random_access_iterator_tag iterator_category;534 struct iterator_traits<de::PoolArrayIterator<T, Alignment> > struct536 typedef deIntptr difference_type;537 typedef T value_type;538 typedef T* pointer;[all …]
304 template <class Iter> struct iterator_traits { struct305 typedef typename Iter::difference_type difference_type;306 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;
380 struct iterator_traits { struct381 typedef typename Iter::difference_type difference_type;382 typedef typename Iter::iterator_category iterator_category;
308 struct iterator_traits { struct309 typedef typename Iter::difference_type difference_type;310 typedef typename Iter::iterator_category iterator_category;
381 struct iterator_traits { struct382 typedef typename Iter::difference_type difference_type;383 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;
363 struct iterator_traits { struct364 typedef typename Iter::difference_type difference_type;365 typedef typename Iter::iterator_category iterator_category;