Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::is_iterator_adaptor< It > Struct Template Reference

metafunction predicate determining whether the given iterator is a plain one or an adaptor over another iterator. More...

#include <pixel_iterator.hpp>

Inheritance diagram for boost::gil::is_iterator_adaptor< It >:
Collaboration diagram for boost::gil::is_iterator_adaptor< It >:

Detailed Description

template<typename It>
struct boost::gil::is_iterator_adaptor< 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.


The documentation for this struct was generated from the following file: