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