An STL random access traversal iterator over a model of PixelConcept. More...
#include <pixel_iterator.hpp>
Public Member Functions | |
void | constraints () |
void | check_base (std::false_type) |
void | check_base (std::true_type) |
Public Attributes | |
Iterator | it |
An STL random access traversal iterator over a model of PixelConcept.
GIL's iterators must also provide the following metafunctions:
const_iterator_type<Iterator>
: Returns a read-only equivalent of Iterator
iterator_is_mutable<Iterator>
: Returns whether the given iterator is read-only or mutableis_iterator_adaptor<Iterator>
: Returns whether the given iterator is an adaptor over another iterator. See IteratorAdaptorConcept for additional requirements of adaptors.