boost::gil::for_each

std::for_each for a pair of iterators

Synopsis

Declared in <boost/gil/algorithm.hpp>

template<
    typename Iterator1,
    typename Iterator2,
    typename BinaryFunction>
BinaryFunction
for_each(
    Iterator1 first1,
    Iterator1 last1,
    Iterator2 first2,
    BinaryFunction f);

Created with MrDocs