Share via


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 OverviewAbstract Stream Base Class

See Also   ios::flags