XMU555::operator=(XMU555&&) function (directxpackedvector.h)

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

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

Syntax

XMU555 & operator=(
  XMU555 && unnamedParam1
);

Parameters

unnamedParam1

Instance of XMU555 used to update the current XMU555 structure.

Return value

The current instance of XMU555 whose vector component data has been updated to match those of the XMU555 instance specified by the U555 argument.

Requirements

Requirement Value
Target Platform Windows
Header directxpackedvector.h

See also

Reference

XMU555

operator =