header
<iomanip>
IO Manipulators
Header providing parametric manipulators:
Parameterized manipulators
- setiosflags
- Set format flags (function)
- resetiosflags
- Reset format flags (function)
- setbase
- Set basefield flag (function)
- setfill
- Set fill character (function)
- setprecision
- Set decimal precision (function)
- setw
- Set field width (function)
Notice that non-parametric manipulators are declared directly in <ios>.