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

operator>> Method

C++
#include "Rx.Core/RxString.h"
int64_t& operator>>(const CRxString& sxString, int64_t& iInt64)

Converts the given string into a 64-bit integer value.

Parameters

[const CRxString&] sxString

[in] The string.

[int64_t&] iInt64

[out] The 64-bit integer.

Returns

int64_t&

The 64-bit integer.