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< I, O > Struct Template Reference

Does a copy-n. More...

#include <algorithm.hpp>

Public Member Functions

void operator() (I src, typename std::iterator_traits< I >::difference_type n, O dst) const
 

Detailed Description

template<typename I, typename O>
struct boost::gil::detail::copier_n< I, O >

Does a copy-n.

If the inputs contain image iterators, performs a copy at each row using the row iterators

Member Function Documentation

template<typename I , typename O >
void boost::gil::detail::copier_n< I, O >::operator() ( src,
typename std::iterator_traits< I >::difference_type  n,
dst 
) const
inline

References std::copy().


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