Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::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

typedef
dereference_iterator_adaptor
< Iterator, Deref > 
type
 

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.

Member Typedef Documentation

template<typename Iterator , typename Deref >
typedef dereference_iterator_adaptor<Iterator, Deref> boost::gil::iterator_add_deref< Iterator, Deref >::type

Member Function Documentation

template<typename Iterator , typename Deref >
static type boost::gil::iterator_add_deref< Iterator, Deref >::make ( const Iterator &  it,
const Deref &  d 
)
inlinestatic

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