ios::floatfield
static const long floatfield;
Remarks
A mask for obtaining floating-point format flag bits (scientific or fixed).
Example
extern ostream os;
if( ( os.flags() & ios::floatfield ) == ios::scientific ) .....
ios Overview | Abstract Stream Base Class
See Also ios::flags