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

CRxString::operator+= Operator

C++
CRxString& operator+=(uint64_t nValue)

Addition assignment operator.

Parameters

[uint64_t] nValue

The unsigned __int64 value.

Returns

CRxString&

The concatenation of this CRxString with nValue.