Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::detail::copier_n< iterator_from_2d< IL >, iterator_from_2d< OL > > Struct Template Reference

Both source and destination ranges are delimited by image iterators. More...

#include <algorithm.hpp>

Public Types

typedef iterator_from_2d< IL >
::difference_type 
diff_t
 

Public Member Functions

void operator() (iterator_from_2d< IL > src, diff_t n, iterator_from_2d< OL > dst) const
 

Detailed Description

template<typename IL, typename OL>
struct boost::gil::detail::copier_n< iterator_from_2d< IL >, iterator_from_2d< OL > >

Both source and destination ranges are delimited by image iterators.

Member Typedef Documentation

template<typename IL , typename OL >
typedef iterator_from_2d<IL>::difference_type boost::gil::detail::copier_n< iterator_from_2d< IL >, iterator_from_2d< OL > >::diff_t

Member Function Documentation


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