boost::gil::iterator_adaptor_rebind
Changes the base iterator of an iterator adaptor. Provide an specialization when introducing new iterator adaptors
Synopsis
Declared in <boost/gil/pixel_iterator.hpp>
template<
typename It,
typename NewBaseIt>
struct iterator_adaptor_rebind;