Boost GIL


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

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

#include <pixel_iterator_adaptor.hpp>

Public Types

using type = dereference_iterator_adaptor< Iterator, deref_compose< Deref, PREV_DEREF > >
 

Static Public Member Functions

static type make (const dereference_iterator_adaptor< Iterator, PREV_DEREF > &it, const Deref &d)
 

Detailed Description

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

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


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