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

CRxString::operator<< Operator

C++
CRxString& operator<<(int32_t uValue)

Appends the given unsigned integer to this CRxString.

Parameters

[int32_t] uValue

The unsigned integer.

Returns

CRxString&

The concatenation of this CRxString with uValue.