boost::gil::iterator_adaptor_rebind

Changes the base iterator of an iterator adaptor. Provide an specialization when introducing new iterator adaptors

Synopsis

template<
    typename It,
    typename NewBaseIt>
struct iterator_adaptor_rebind;