boost::gil::pixel::operator==
Equality operator
Synopsis
Declared in <boost/gil/pixel.hpp>
template<typename Pixel>
bool
operator==(Pixel const& p) const;
Parameters
Name |
Description |
p |
The right operand |
Created with MrDocs