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

CRxString::operator+= Operator

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

Appends the given integer to this CRxString.

Parameters

[int64_t] iValue

The integer.

Returns

CRxString&

The concatenation of this CRxString with iValue.