mirror of
https://github.com/opencv/opencv.git
synced 2025-01-19 23:19:23 +08:00
made MatConstIterator STL compliant
This commit is contained in:
parent
808190c02e
commit
3bd00085f7
@ -2424,6 +2424,9 @@ class CV_EXPORTS MatConstIterator_
|
||||
public:
|
||||
typedef _Tp value_type;
|
||||
typedef int difference_type;
|
||||
typedef const _Tp* pointer;
|
||||
typedef const _Tp& reference;
|
||||
typedef std::random_access_iterator_tag iterator_category;
|
||||
|
||||
//! default constructor
|
||||
MatConstIterator_();
|
||||
|
Loading…
Reference in New Issue
Block a user