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

CRxString::operator+= Operator

C++
CRxString& operator+=(int iValue)

Appends the given integer to this CRxString.

Parameters

[int] iValue

The integer.

Returns

CRxString&

The concatenation of this CRxString with iValue.