boost::gil::operator==
Equality operators
Synopses
Declared in <boost/gil/image.hpp>
Equality operator
template<typename T>
[[__always_inline__]]
bool
operator==(
point<T> const& p1,
point<T> const& p2);
Equality operator
template<
typename Pixel1,
bool IsPlanar1,
typename Alloc1,
typename Pixel2,
bool IsPlanar2,
typename Alloc2>
bool
operator==(
image<Pixel1, IsPlanar1, Alloc1> const& im1,
image<Pixel2, IsPlanar2, Alloc2> const& im2);
Created with MrDocs