TuttleOFX  1
for_each.hpp File Reference
#include <terry/math/Rect.hpp>
#include <boost/gil/algorithm.hpp>
Include dependency graph for for_each.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  terry
namespace  terry::algorithm

Functions

template<typename Iterator1 , typename Iterator2 , typename BinaryFunction >
GIL_FORCEINLINE BinaryFunction terry::algorithm::for_each (Iterator1 first1, Iterator1 last1, Iterator2 first2, BinaryFunction f)
 std::for_each for a pair of iterators