Namespace: Rx – Class: CRxImage – Header: Rx.Core.Ex/RxImage.h

CRxImage::operator= Operator

C++
CRxImage& operator=(CRxImage&& xImage)

Move assignment operator.

Parameters

[CRxImage&&] xImage

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

Returns

CRxImage&

A shallow copy of this object.