XMU565::operator=(XMU565&&) function (directxpackedvector.h)
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
.
Syntax
XMU565 & operator=(
XMU565 && unnamedParam1
);
Parameters
unnamedParam1
Instance of XMU565
used to update the current XMU565
structure.
Return value
The current instance of XMU565
whose vector component data has been updated to match those of the XMU565
instance specified by the U565 argument.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | directxpackedvector.h |