#include <metafunctions.hpp>
Detailed Description
template<typename T, typename C, bool IsPlanar = false, bool IsStep = false, bool IsMutable = true>
struct iterator_type< T, C, IsPlanar, IsStep, IsMutable >
Returns the type of an iterator given the channel type, color space tag, whether it operates on planar data, whether it is a step iterator, and whether it is mutable.
The documentation for this struct was generated from the following file:
|