copier_n Struct Template Reference#include <algorithm.hpp>
Detailed Descriptiontemplate<typename I, typename O>
Does a copy-n. If the inputs contain image iterators, performs a copy at each row using the row iterators
|
Public Member Functions | |
GIL_FORCEINLINE void | operator() (I src, typename std::iterator_traits< I >::difference_type n, O dst) const |