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

Syntax

StringStream & operator<<(
     const qChar * szText
);

Parameters

Name Description
in szText Specify the string to add.

Return Values

Returns the stream after adding the string.

Description

Adds to a string.

Revision History

2012/10/15
Initial version.

CONFIDENTIAL