Docs
  1. ๐Ÿ 
  2. | Hyde Sample Docs
  3. | point.cpp
  4. | point<T>
  5. | operator!=
๐ŸŒ–

operator!=

Defined in <point.cpp>
constexpr bool operator!=(const point<T> & a, const point<T> & b)

Inequality operator.

Parameters
 
const point<T> &
a
 
const point<T> &
b
Returns

true iff the two pointsโ€™ x or y coordinates are memberwise inequal.

Hyde Example Docs โ€” Website showing a possible Jekyll-formatted hyde output.

Page owner(s): __MISSING__ Last updated 2024-10-01 15:42:11 +0000