boost::gil::is_iterator_adaptor

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.

Synopsis

template<typename It>
struct is_iterator_adaptor
    : std::false_type

Base Classes

Name

Description

std::false_type