XMFLOAT3X4::XMFLOAT3X4(XMFLOAT3X4&&) function (directxmath.h)
Move constructor for XMFLOAT3X4.
Syntax
void XMFLOAT3X4(
XMFLOAT3X4 && unnamedParam1
);
Parameters
unnamedParam1
Type: XMFLOAT3X4 &&
An rvalue reference to an XMFLOAT3X4, which will be moved to become the new matrix.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Target Platform | Windows |
Header | directxmath.h |