Boost GIL


Public Types | Static Public Member Functions | List of all members
iterator_add_deref< Iterator, Deref > Struct Template Reference

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)
 

Detailed Description

template<typename Iterator, typename Deref>
struct boost::gil::iterator_add_deref< Iterator, Deref >

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


The documentation for this struct was generated from the following files: