operator = operators

Assigns vector component data to the current instance of XMU565.
Assigns vector component data to the current instance of XMU565.

Overload list

Operator Description
XMU565::operator = (const XMU565&)

Assigns the vector component data from one instance of XMU565 to the current instance of XMU565.

This operator assigns the vector component data from one instance of XMU565 to the current instance of XMU565.

XMU565::operator = (const uint16_t)

Assigns the vector component data packed in an instance of uint16_t to the current instance of XMU565.

Assigns the vector component data packed in an instance of uint16_t to the current instance of XMU565.

Note   This operator is only available under C++.
 

See also

XMU565 Operators

Reference

XMU565