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

CRxString::operator<< Operator

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

Appends the given __int64 element to the string.

Parameters

[int64_t] iValue

The value.

Returns

CRxString&

This string object.