boost::gil::iterator_type

Returns the type of a homogeneous iterator given the channel type, layout, whether it operates on planar data, whether it is a step iterator, and whether it is mutable

Synopsis

template<
    typename T,
    typename L,
    bool IsPlanar = false,
    bool IsStep = false,
    bool IsMutable = true>
struct iterator_type;