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

CRxString::operator+= Operator

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

Appends the given string to this CRxString.

Parameters

[const CRxString&] sxString

The string.

Returns

CRxString&

The concatenation of this CRxString with sxString.