Namespace: Rx – Class: CRxMapping3D – Header: Rx.Core.Ex/RxMapping3D.h

CRxMapping3D::operator= Operator

C++
CRxMapping3D& operator=(CRxMapping3D&& xMapping)

Move assignment operator.

Parameters

[CRxMapping3D&&] xMapping

[in] The mapping to move. This is invalid after the call.

Returns

CRxMapping3D&

A shallow copy of this object.