Searched defs:iterator_traits (Results 1 – 5 of 5) 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 …]
24 # define iterator_traits __msl_iterator_traits macro
289 template <class Iter> struct iterator_traits { struct290 typedef typename Iter::difference_type difference_type;291 typedef typename Iter::iterator_category iterator_category;
347 struct iterator_traits { struct348 typedef typename Iter::difference_type difference_type;349 typedef typename Iter::iterator_category iterator_category;
296 struct iterator_traits { struct297 typedef typename Iter::difference_type difference_type;298 typedef typename Iter::iterator_category iterator_category;