is_iterator_adaptor Struct Template Reference#include <pixel_iterator.hpp>
Detailed Descriptiontemplate<typename It>
metafunction predicate determining whether the given iterator is a plain one or an adaptor over another iterator. Examples of adaptors are the step iterator and the dereference iterator adaptor.
|