Boost GIL


Public Member Functions | List of all members
equal_n_fn< pixel< T, CS > const *, pixel< T, CS > const * > Struct Template Reference

#include <algorithm.hpp>

Inherited by equal_n_fn< pixel< T, CS > *, pixel< T, CS > * >.

Public Member Functions

BOOST_FORCEINLINE bool operator() (pixel< T, CS > const *i1, std::ptrdiff_t n, pixel< T, CS > const *i2) const
 

Detailed Description

template<typename T, typename CS>
struct boost::gil::detail::equal_n_fn< pixel< T, CS > const *, pixel< T, CS > const * >

Equal when both ranges are interleaved and of the same type. GIL pixels are bitwise comparable, so memcmp is used. User-defined pixels that are not bitwise comparable need to provide an overload


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