src/corelib/concurrent/qfuture.h
branchRCL_3
changeset 8 3f74d0d4af4c
parent 4 3b1da2848fc7
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
   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() {}