Boost GIL


Public Types | Public Member Functions | List of all members
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

using diff_t = typename iterator_from_2d< IL >::difference_type
 

Public Member Functions

BOOST_FORCEINLINE 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.


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