Table 4 Parameterized manipulators (iomanip.h)

Manipulator       Meaning
-------------------------------------------------------
resetiosflags(n)  Reset all the flags that are set in n
setios flags (n)  Set all the flags that are set in n
setbase(n)        Same as setf (n, ios::basefield)
setfill (c)       Same as fill (c)
setprecision(n)   Same as precision(n)
setw(n)           Same as width (n)