Namespace: Rx – Class: CRxString – Header: Rx.Core/RxString.h

CRxString::operator= Operator

C++
CRxString& operator=(CRxString&& sxString)

Move assignment operator.

Parameters

[CRxString&&] sxString

[in,out] The Raytrix string. Is invalid after this call.

Returns

CRxString&

A shallow copy of this object.