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

CRxString::operator= Operator

C++
CRxString& operator=(const char* pcString)

Assignment operator.

Parameters

[const char*] pcString

The string.

Returns

CRxString&

A CRxString consisting of string pcString.