equal
deleted
inserted
replaced
109 |
109 |
110 class const_iterator |
110 class const_iterator |
111 { |
111 { |
112 public: |
112 public: |
113 typedef std::bidirectional_iterator_tag iterator_category; |
113 typedef std::bidirectional_iterator_tag iterator_category; |
114 typedef ptrdiff_t difference_type; |
114 typedef qptrdiff difference_type; |
115 typedef T value_type; |
115 typedef T value_type; |
116 typedef const T *pointer; |
116 typedef const T *pointer; |
117 typedef const T &reference; |
117 typedef const T &reference; |
118 |
118 |
119 inline const_iterator() {} |
119 inline const_iterator() {} |