Returns the type (and creates an instance) of an iterator that invokes the given dereference adaptor upon dereferencing. More...
#include <pixel_iterator_adaptor.hpp>
Public Types | |
using | type = dereference_iterator_adaptor< Iterator, Deref > |
Static Public Member Functions | |
static type | make (const Iterator &it, const Deref &d) |
Returns the type (and creates an instance) of an iterator that invokes the given dereference adaptor upon dereferencing.