<iomanip> iostream manipulators with parameters | iostream library |
cplusplus.com |
resetiosflags Reset format flags. setiosflags Set format flags. setbase Set value for basefield. setfill Set fill character. setprecision Set decimal precision. setw Set field width.
Description
This include file defines a set of manipulators that can affect to both input and output
streams of the iostream hierarchy hierarchy of classes.
All these manipulators accept at least one parameter and mostly modify formatting
information.
In order to be able to use these manipulators you have to explicitly include this file
in your code.