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
Declared in <boost/gil/pixel_iterator.hpp>
template<typename It>
struct is_iterator_adaptor
: std::false_type
Specializations
Name |
Description |
|
////////////////////////// |
|
Created with MrDocs