nn::nex::StringStream::operator<< Member Function

Syntax

StringStream & operator<<(
     qInt64 uiValue
);

Parameters

Name Description
in uiValue Specifies the qInt64 value to add as a string.

Return Values

Returns the stream after adding the string.

Description

Converts a qInt64 value to a string and adds it.

Revision History

2012/10/15
Initial version.

CONFIDENTIAL