boost::gil::operator==

Equality operator

Synopsis

Declared in <boost/gil/point.hpp>

template<typename T>
[[__always_inline__]]
bool
operator==(
    point<T> const& p1,
    point<T> const& p2);

Return Value

true if the objects are equal, false otherwise

Parameters

Name

Description

p1

The left operand

p2

The right operand

Created with MrDocs