nn::nex::boolalpha Function

Syntax

StringStream & boolalpha(
     StringStream & oStringStream
);

Parameters

Name Description
in oStringStream Specifies the string stream.

Return Values

Returns the string stream.

Description

Sets the output format for qBool values to true,false.

Revision History

2012/10/15
Initial version.

CONFIDENTIAL