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

Syntax

StringStream & operator<<(
     qBool bValue
);

Parameters

Name Description
in bValue Specifies the qBool value to add as a string.

Return Values

Returns the stream after adding the string.

Description

Converts a qBool value to a string and adds it.

Revision History

2012/10/15
Initial version.

CONFIDENTIAL