header
<iomanip>
IO Manipulators
Header providing parametric manipulators:
Parametric 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
)
- get_money 
- Get monetary value (function
)
- put_money 
- Put monetary value (function
)
- get_time 
- Get date and time (function
)
- put_time 
- Put date and time (function
)
Notice that non-parametric manipulators are declared directly in <ios>.