boost::gil::iterator_add_deref

Returns the type (and creates an instance) of an iterator that invokes the given dereference adaptor upon dereferencing

Synopsis

template<
    typename Iterator,
    typename Deref>
struct iterator_add_deref;

Type Aliases

Name

type

Static Member Functions

Name

make

Specializations

Name

Description

iterator_add_deref<memory_based_step_iterator<Iterator>, Deref>

iterator_add_deref<dereference_iterator_adaptor<Iterator, PREV_DEREF>, Deref>

For dereference iterator adaptors, compose the new function object after the old one

Created with MrDocs