Namespace: Rx::LFR – Class: CRayImage – Header: Rx.LFR/RayImage.h

CRayImage::operator= Operator

C++
CRayImage& operator=(CRayImage&& xRayFile)

Move assignment operator.

Parameters

[CRayImage&&] xRayFile

[in,out] The ray file to move. Is invalid after this call.

Returns

CRayImage&

This instance.