equal_n_fn Struct Template Reference
[equal_pixels]
#include <algorithm.hpp>
List of all members.
Detailed Description
template<typename I1, typename I2>
struct detail::equal_n_fn< I1, I2 >
Does an equal_n. If the inputs contain image iterators, performs a copy at each row using the row iterators
|
Public Member Functions |
GIL_FORCEINLINE bool | operator() (I1 i1, std::ptrdiff_t n, I2 i2) const |
The documentation for this struct was generated from the following file:
|