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