reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
154 typedef typename _Iterator::iterator_category iterator_category; 155 typedef typename _Iterator::value_type value_type; 156 typedef typename _Iterator::difference_type difference_type; 157 typedef typename _Iterator::pointer pointer; 158 typedef typename _Iterator::reference reference; 163 : public __iterator_traits<_Iterator> { };