Docs
  1. 🏠
  2. | Hyde Sample Docs
  3. | point.cpp
  4. | point<T>
  5. | operator-=
🌖

operator-=

Defined in <point.cpp>
constexpr point<T> & operator-=(const point<T> & a)

Subtraction-assignment operator.

Parameters
 
const point<T> &
a

The point to subtract from this point

Returns

A reference to this.

Hyde Example Docs — Website showing a possible Jekyll-formatted hyde output.

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