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

CRxString::operator+= Operator

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

Appends the given string to this CRxString.

Parameters

[const char*] pcString

The string.

Returns

CRxString&

The concatenation of this CRxString with pcString.